Description Super class Methods Examples
netatmo_indoor object R6
netatmo_indoor object R6
Rnetatmo::default_data_frame
-> netatmo_indoor
new()
netatmo_indoor$new(dataset)
dataset
dataset
finalize()
netatmo_indoor$finalize()
clone()
The objects of this class are cloneable with this method.
netatmo_indoor$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 | dir_csv <- "f:/r/netatmo/csv"
file_lst <- netatmo_file_to_load(dir_csv, pattern = list("indoor", "outdoor"))
db_lst <- load_csv(file_lst)
boo <- netatmo_indoor_obj$new(db_lst$db_netatmo_indoor)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.