View source: R/get-estimates.R
get_layer_estimates | R Documentation |
Get Estimates
get_layer_estimates(x, token = arc_token())
x |
an object of class |
token |
your authorization token. |
A named list containing all estimate info. If extent
is present,
it is available as an object of class bbox
.
furl <- paste0(
"https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services/",
"USA_Counties_Generalized_Boundaries/FeatureServer/0"
)
county_fl <- arc_open(furl)
get_layer_estimates(county_fl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.