FetchAGOLLayers: Read data from the Desert Springs AGOL feature layers....

FetchAGOLLayersR 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.

Description

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.

Usage

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")
)

Arguments

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.

Value

A list of tibbles


nationalparkservice/mojn-ds-rpackage documentation built on Oct. 5, 2023, 6:21 p.m.