powered by
The list of columns in the returned meta dataframe is:
meta
> names(meta) [1] "monitorID" "longitude" "latitude" [4] "elevation" "timezone" "countryCode" [7] "stateCode" "siteName" "agencyName" [10] "countyName" "msaName" "monitorType" [13] "monitorInstrument" "aqsID" "pwfslID" [16] "pwfslDataIngestSource" "telemetryAggregator" "telemetryUnitID"
createEmptyMonitor()
A empty ws_monitor object.
# NOT RUN { emptyMonitor <- createEmptyMonitor() monitor_isMonitor(emptyMonitor) monitor_isEmpty(emptyMonitor) # }
Run the code above in your browser using DataLab