Description Usage Arguments Value Examples
View source: R/tidy_toMonitor.R
Changes read-optomized 'tidy' formatted monitor data into a write-optomized
'ws_monitor' format. If the given data is already a 'ws_monitor' object,
it is returned as is. This function is the inverse of monitor_toTidy
.
1 |
data |
Data to potentially convert. |
'ws_monitor' object
1 2 3 4 5 6 7 8 9 | ws_monitor <- monitor_subset(
Northwest_Megafires,
monitorIDs = c('530470009_01', '530470010_01')
)
ws_monTidy <- monitor_toTidy(ws_monitor)
ws_monMon <- tidy_toMonitor(ws_monTidy)
head(ws_monMon$data)
head(ws_monitor$data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.