Description Usage Arguments Value Examples
View source: R/08-add-coords-countries.R
Using the Mapquest API, you found lat-lon coordinates for every glocation keyword. Join in those results to the unnested df. Use a list of countries to identify which glocation keywords are countries.
1 2 3 4 | nyt_join_coords_countries(
unnested_df_values_fixed,
mapquest_folder = "mapquest"
)
|
unnested_df_values_fixed |
output of |
mapquest_folder |
where mapquest API output is found |
unnested df with lat-lon coords for every glocation keyword
1 2 3 4 | ## Not run:
full_unnested_df <- nyt_join_coords_countries(unnested_df_values_fixed)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.