regressoR (version 1.1.7)

options_regressor: options_regressor

Description

options_regressor

Usage

options_regressor(...)

Arguments

...

any options can be defined, using name = value or a character string holding an option name.

Examples

Run this code
# NOT RUN {
options_regressor("language")
options_regressor(language = "en")
options_regressor("language")

# }

Run the code above in your browser using DataCamp Workspace