View source: R/export_params.R
export_params | R Documentation |
This function writes the parameters to a YAML file in the specified directory.
export_params(
parameters = get("parameters", envir = parent.frame()),
directory = get_default_paths()$data$interim$params$path,
step
)
parameters |
list of parameters to be exported |
directory |
directory where the YAML file will be saved |
step |
step identifier to be included in the YAML file name |
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.