Skip to contents

This function gets default paths

Usage

get_default_paths(yaml = system.file("paths.yaml", package = "tima"))

Arguments

yaml

The YAML file containing the paths (default is "paths.yaml")

Value

A list containing the paths specified in the YAML file

Examples

if (FALSE) { # \dontrun{
get_default_paths()
} # }