ys_load: Load a data specification file

View source: R/load_spec.R

ys_loadR Documentation

Load a data specification file

Description

Load a data specification file

Usage

ys_load(file, verbose = FALSE, ...)

ys_load_file(file, data_path = NULL, data_stem = NULL, verbose = FALSE, ...)

load_spec(...)

Arguments

file

Name of yaml file containing specification.

verbose

Logical: print information to the console as the file is processed.

...

Other arguments to update SETUP__.

data_path

Optional path to data sets.

data_stem

Optional alternate stem for data files.

Examples


sp <- ys_load(ys_help$file())
sp

sp <- ys_load(ys_help$file(), verbose = TRUE)


metrumresearchgroup/yspec documentation built on May 24, 2024, 12:48 a.m.