Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve localized_country_name in find_groups() #47

Closed
benubah opened this issue May 23, 2019 · 0 comments
Closed

Retrieve localized_country_name in find_groups() #47

benubah opened this issue May 23, 2019 · 0 comments

Comments

@benubah
Copy link
Collaborator

benubah commented May 23, 2019

I guess that retrieving the full country name (localized_country_name in the meetup API) could be more useful than just the country code (country in the meetup API). You might want to retrieve both.


Using the following code retrieves this for me in the find_group() function.

country = purrr::map_chr(res, "localized_country_name"),
drmowinckels added a commit that referenced this issue Feb 7, 2021
@maelle maelle closed this as completed in aee3c2c Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant