prepare_observations_rf: Get data from store and rearange to wide format

Description Usage Arguments Value Examples

View source: R/prepare_data_rf.R

Description

Get data from store and rearange to wide format

Usage

1
prepare_observations_rf(config, store)

Arguments

config

in list form from yaml::read_yaml()

store

containing all the data

Value

list with items observations and n_observations as summary

Examples

1
2
3
config <- get_example_config()
store <- rOstluft::store_aqmet()
prepare_observations_rf(config, store)

ugzvot/rOstluft.rmweather documentation built on May 5, 2020, 9:27 a.m.