get_example_config: Reads example yaml from disk

Description Usage Value Examples

View source: R/utils.R

Description

Reads example yaml from disk

Usage

1

Value

output fromyaml::read_yaml()

Examples

1
2
3
4
5
6
7
# config file content
fn <- system.file("extdata", "rf_config.yml", package = "rOstluft.rmweather", mustWork = TRUE)
cat(readr::read_file(fn))


# get the parsed yaml file
get_example_config()

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