Description Usage Arguments Value Examples
View source: R/prepare_data_rf.R
Get data from store and rearange to wide format
1 | prepare_observations_rf(config, store)
|
config |
in list form from |
store |
containing all the data |
list with items observations and n_observations as summary
1 2 3 | config <- get_example_config()
store <- rOstluft::store_aqmet()
prepare_observations_rf(config, store)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.