get_country_coords: get_country_coords

get_country_coordsR Documentation

get_country_coords

Description

Add dates to country data

Usage

get_country_coords(world = file.choose())

Arguments

world

User prompt to import shapefile. Output is available through the package as "country_coords," but this function can be used to recreate this dataset. To regenerate and make the data available again for the package, run the following in dev and rebuild package: 1. country_coords <- get_country_coords() 2. usethis::use_data(country_coords, overwrite=T)

Examples

## Not run: 
country_coords <- get_country_coords()
## End(Not run)


randyyee/SaviR documentation built on Jan. 25, 2025, 10:44 a.m.