Description Usage Arguments Examples
CSV to RDS files transformation
1 | csv_to_rds(rds_directory = getwd(), file_lst = NULL, ...)
|
rds_directory |
: file path where rds files will be stored |
file_lst |
: list of csv files to convert |
... |
: optional arguments |
1 2 3 4 5 6 | dir_csv <- "f:/r/netatmo/csv"
dir_rds <- "e:/work/netatmo2"
file_lst <- netatmo_file_to_load(dir_csv, pattern = list("Indoor"))
csv_to_rds(dir_rds, file_lst)
file_lst <- netatmo_file_to_load(dir_csv, pattern = list("Indoor", "Outdoor"))
csv_to_rds(dir_rds, file_lst)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.