Learn R Programming

artma (version 0.3.3)

config.set: Set per-variable config overrides

Description

Sets specific config fields for a variable. Only non-default values are persisted to the options file.

Usage

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

Value

[list] The updated fully-resolved data config (invisibly).

Arguments

var_name

[character] The variable name to configure.

...

Named arguments for config fields to set (e.g., bma = TRUE, bma_to_log = TRUE).

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.