PWFSLSmoke (version 1.2.100)

createEmptyMonitor: Create empty monitor object

Description

The list of columns in the returned meta dataframe is:

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

Usage

createEmptyMonitor()

Arguments

Value

A empty ws_monitor object.

Examples

Run this code
# NOT RUN {
emptyMonitor <- createEmptyMonitor()
monitor_isMonitor(emptyMonitor)
monitor_isEmpty(emptyMonitor)
# }

Run the code above in your browser using DataLab