availableGeodataFeatures {crunch} | R Documentation |
Get the property features for available geographies
Description
Get the property features for available geographies
Usage
availableGeodataFeatures(
x = getAPIRoot(),
geodatum_fields = c("name", "description", "location")
)
Arguments
x |
an API root address (default: the R-session default) |
geodatum_fields |
character, what pieces of information about each geodatum should be retained? (default: 'c("name", "description", "location")“) |
Value
a dataframe with all of the available features and geographies for matching
[Package crunch version 1.30.4 Index]