View source: R/phase2_config.R
starvz_read_config | R Documentation |
Read starvz configuration yaml files. This function is design to replace an already existing configuration on starvz data.
starvz_read_config(file = NULL, warn = TRUE)
file |
The path to a file |
warn |
Give a warn in case the config file is not found |
A list containing starvz configuration
example_file <- system.file("extdata", "config.yaml", package = "starvz")
config <- starvz_read_config(example_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.