R-ArcGIS / arcgislayers

ArcGIS Location Services
http://r.esri.com/arcgislayers/
Apache License 2.0
39 stars 9 forks source link

`get_layers()` does not respect tables #147

Closed JosiahParry closed 7 months ago

JosiahParry commented 7 months ago

Repro

furl <- "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_Wetlands/FeatureServer"
fsrv <- arc_open(furl)

get_layers(fsrv, 1)

TODO: