| monitor_toPWFSLSmoke {AirMonitor} | R Documentation |
Convert a mts_monitor object to a ws_monitor object for the PWFSLSmoke package
Description
A mts_monitor object is modified so that it becomes
a PWFSLSmoke package ws_monitor object. While some information
will be lost, this operation can be reversed with monitor_fromPWFSLSmoke().
Usage
monitor_toPWFSLSmoke(monitor = NULL)
Arguments
monitor |
mts_monitor object |
Value
A PWFSLSmoke ws_monitor object. (A list with
meta and data dataframes.)
Note
In order to avoid duplicated monitorID values in the returned
ws_monitor object, the full deviceDeploymentID will be used
as the monitorID.
[Package AirMonitor version 0.4.0 Index]