Learn R Programming

adelie (version 1.0.7)

set_configs: Set configuration settings.

Description

Set configuration settings.

Usage

set_configs(name, value = NULL)

Value

Assigned value.

Arguments

name

Configuration variable name.

value

Value to assign to the configuration variable.

Examples

Run this code
set_configs("hessian_min", 1e-6)
set_configs("hessian_min")

Run the code above in your browser using DataLab