set.options: Import default arguments

View source: R/default_arguments.R

set.optionsR Documentation

Import default arguments

Description

Fills out missing arguments in list opt with default arguments in list default.opt.

Usage

set.options(opt, default.opt)

Arguments

opt

List object with different specifications.

default.opt

List of default variables corresponding to opt.

Value

Returns the opt list, but with values from default.opt inserted in missing values.

Author(s)

Eirik Myrvoll-Nilsen, eirikmn91@gmail.com

See Also

bremla,bremla_prepare


eirikmn/bremla documentation built on Jan. 25, 2025, 4:41 a.m.