createLocationMapping: Create Location Mapping

Description Usage Arguments Value Examples

View source: R/createLocationMapping.R

Description

Creates a dataframe listing all locations in a specified scope

Usage

1
createLocationMapping(country = "", city = "", lat_long = FALSE)

Arguments

country

Country name/s for creation scope

city

City name/s for creation scope

lat_long

True - retrieve coordinates, False - No coordinates

...

Additional options passed to a shinyAppDir

Value

n x 11 DF where n is the number of locations in the scope: id, name, slug, city_ID,
city_Name, city_slug, country_ID, country_Name, country_Slug, latitude, longitude

Examples

1
## Not run:  createLocationMapping("United States", "New York", True)

AFIT-R/instaExtract documentation built on May 18, 2019, 8:11 p.m.