FetchAGOLLayers | R Documentation |
Read data from the Desert Springs AGOL feature layers. Returns the raw data in its current format on AGOL. Mostly used for data management purposes.
FetchAGOLLayers(
data_path =
"https://services1.arcgis.com/fBc8EJBxQRMcHlei/arcgis/rest/services/MOJN_DS_SpringVisit/FeatureServer",
lookup_path =
"https://services1.arcgis.com/fBc8EJBxQRMcHlei/arcgis/rest/services/MOJN_Lookup_Database/FeatureServer",
sites_path =
"https://services1.arcgis.com/fBc8EJBxQRMcHlei/arcgis/rest/services/MOJN_DS_Sites_Master/FeatureServer",
calibration_path =
"https://services1.arcgis.com/fBc8EJBxQRMcHlei/arcgis/rest/services/MOJN_Calibration_Database/FeatureServer",
agol_username = "mojn_hydro",
agol_password = keyring::key_get(service = "AGOL", username = "mojn_hydro")
)
data_path |
URL to Desert Springs feature service on AGOL. |
lookup_path |
URL to feature service on AGOL containing Desert Springs lookup tables. |
sites_path |
URL to feature service on AGOL containing sites table |
calibration_path |
URL to feature service on AGOL containing calibration tables. |
agol_username |
Username of headless AGOL account with permissions to view the feature service. |
agol_password |
Password for headless AGOL account. |
A list of tibbles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.