Description Usage Arguments Value Author(s)
View source: R/computation_and_manipulation.R
Transform a records dataframe from long to wide format
1 | h.make_wide(input_records.df, sensor_name.chr)
|
input_records.df |
A dataframe containing the records you want to reshape in wide format |
sensor_name.chr |
a character specifying the name of the sensor you want to reshape in wide format |
a wide dataframe containing the records for the specified sensor
Thomas Goossens - pokyah.github.io
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.