Skip to contents

This function writes the parameters to a YAML file in the specified directory.

Usage

export_params(
  parameters = get("parameters", envir = parent.frame()),
  directory = parse_yaml_paths()$data$interim$params$path,
  step
)

Arguments

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

Examples

NULL
#> NULL