Description Usage Arguments Examples
View source: R/ruuvifunctions.R
data wrangling
1 | MakeDataWide(data, timewindow_min = 5, tag_name = FALSE)
|
pathRuuvitag |
local path to csv files |
1 2 3 4 5 6 7 8 | ## Not run:
data.wide <- MakeDataWide(
data = ruuvi.data,
timewindow_min = 5,
tag_name = FALSE
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.