Description Usage Value Examples
View source: R/createEmptyMonitor.R
The list of columns in the returned meta
dataframe is:
1 2 3 4 5 6 7 | > 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"
|
1 |
A empty ws_monitor object.
1 2 3 | emptyMonitor <- createEmptyMonitor()
monitor_isMonitor(emptyMonitor)
monitor_isEmpty(emptyMonitor)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.