Get Estimates
Value
A named list containing all estimate info. If extent is present,
it is available as an object of class bbox.
Examples
if (FALSE) { # \dontrun{
if (identical(Sys.getenv("NOT_CRAN"), "true")) {
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)
}
} # }