View source: R/parse_yaml_params.R
parse_yaml_params | R Documentation |
This function parses YAML parameters
parse_yaml_params(
def = get("default_path", envir = parent.frame()),
usr = get("user_path", envir = parent.frame())
)
def |
Default path |
usr |
User path |
A list containing the parameters specified in the YAML files
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.