if (FALSE) {
# use paste to avoid cran note
furl <- paste0(
"https://di-usfsdata.img.arcgis.com/arcgis/rest/services",
"/FIA_BIGMAP_2018_Species_Aboveground_Biomass/ImageServer"
)
service <- arc_open(furl)
raster_fns <- list_service_raster_fns(service)
head(raster_fns)
}
Run the code above in your browser using DataLab