PWFSLSmoke (version 1.2.100)

monitor_toTidy: Convert `ws_monitor` data to a tidy format

Description

Changes write-optomized `ws_monitor` formatted data into a read-optomized 'tidy' format that is useful for 'tidyverse' functions. If the given data is already in a tidy format, it is returned as is.

Usage

monitor_toTidy(data = NULL)

Arguments

data

Data to potentially convert.

Value

'Tidy' formatted `ws_monitor` data.

Examples

Run this code
# NOT RUN {
ws_monitor <- monitor_subset(
  Northwest_Megafires,
  monitorIDs = c('530470009_01', '530470010_01')
)

ws_monTidy <- monitor_toTidy(ws_monitor)

# }
# NOT RUN {
ws_monTidy2 <- monitor_toTidy(ws_monTidy)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab