Description Usage Value Examples
Reads example yaml from disk
1 |
output fromyaml::read_yaml()
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.