View source: R/convert_to_tidydata.R
| convert_to_tidydata | R Documentation |
Converts compiled string data to a tidy format
convert_to_tidydata(dat.wide, remove.NA = TRUE, show.NA.message = FALSE)
dat.wide |
Data in the format exported by the |
remove.NA |
Logical value. If |
show.NA.message |
Logical value. If |
Returns a tidy dataframe with six columns: TIMESTAMP (POSIXct),
VALUE, (numeric), DEPLOYMENT_PERIOD (character), SENSOR,
VARIABLE (character), DEPTH (ordered factor).
Danielle Dempsey
Other format:
convert_depth_to_ordered_factor(),
format_for_opendata(),
trim_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.