Retrieve `localized_country_name` in `find_groups()`
Closed this issue · 0 comments
benubah commented
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"),