export_params: Export parameters

View source: R/export_params.R

export_paramsR Documentation

Export parameters

Description

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

taxonomicallyinformedannotation/tima-r documentation built on May 17, 2024, 6:30 a.m.