Learn R Programming

artma (version 0.3.3)

config.get: Get the resolved data config

Description

Returns the fully-resolved data config (base defaults merged with sparse overrides). If var_name is provided, returns only that variable's config entry.

Usage

config.get(var_name = NULL, options_file_name = NULL, options_dir = NULL)

Value

[list] The fully-resolved data config (or a single entry).

Arguments

var_name

[character, optional] A specific variable name to retrieve. If NULL (default), returns the entire config.

options_file_name

[character, optional] The name of the options file. If NULL (default), the user will be prompted interactively.

options_dir

[character, optional] The directory containing options files. If NULL (default), the default directory is used.