Get feature service information from an argis rest service
Arguments
- url
the base rest service url
- ...
Named arguments passed on to
.cache_download
.nocache
if set to TRUE all caching is disabled
.cache
the location of the downloaded files
.stale
how long to leave this file before replacing it.
.extn
the file name extension
Examples
url = "https://services1.arcgis.com/ESMARspQHYMw9BZ9/ArcGIS/rest/services"
arcgisServiceInfo(url)
#> # A tibble: 3,676 × 3
#> name type url
#> <chr> <chr> <chr>
#> 1 ACTY_DEC_1921_EW_BGC FeatureServer https://services1.…
#> 2 ADCTY_JUN_1921_EW_BGC FeatureServer https://services1.…
#> 3 ADCTYCB_JUN_1921_EW_BGC FeatureServer https://services1.…
#> 4 Administrative_Counties_1971_Boundaries_EW FeatureServer https://services1.…
#> 5 Administrative_Districts_1971_Boundaries_EW FeatureServer https://services1.…
#> 6 Age_16_24_TTWA FeatureServer https://services1.…
#> 7 Age_25_34_TTWA FeatureServer https://services1.…
#> 8 Age_35_49_TTWA FeatureServer https://services1.…
#> 9 Age_50_64_TTWA FeatureServer https://services1.…
#> 10 Age_65_74_TTWA FeatureServer https://services1.…
#> # ℹ 3,666 more rows