Description Usage Arguments Value Examples
Import temperature and humidity from external module
1 | import_ext_temp_hum(csv_name = NULL, ...)
|
csv_name |
: file to import |
... |
: optional arguments |
: a R tibble containing external temperature and humidity
1 2 | csv_name <- "f:/r/netatmo/csv/Exterieur_04_2017.csv"
boo <- import_ext_temp_hum(csv_name = csv_name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.