Description Usage Arguments Examples
load CSV data
1 |
file_lst |
: list of csv files to convert |
... |
: optional arguments |
1 2 3 4 5 6 7 8 9 10 | dir_csv <- "f:/r/netatmo/csv"
file_lst <- netatmo_file_to_load(dir_csv, pattern = list("indoor"))
db_lst <- load_csv(file_lst)
listviewer::jsonedit(db_lst)
db_lst$db_netatmo_indoor
file_lst <- netatmo_file_to_load(dir_csv, pattern = list("indoor", "outdoor"))
db_lst <- load_csv(file_lst)
listviewer::jsonedit(db_lst)
db_lst$db_netatmo_indoor
db_lst$db_netatmo_outdoor
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.