Description Usage Arguments Value Examples
View source: R/ruuvifunctions.R
csv data to R
1 | LoadRuuviExports(pathRuuvitag = "", clean.field.names = TRUE)
|
pathRuuvitag |
local path to csv files |
clean.field.names |
clean.field.names |
This function returns N ruuvi exports (in the selected folder) as one data frame object.
1 2 3 4 5 6 | ## Not run:
ruuvi.data <- LoadRuuviExports(
pathRuuvitag = 'C:/Users/talon_000/Dropbox/2021/ruuvi/m210829'
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.