set_config: Apply configuration to current R session.

Description Usage Arguments Methods (by class) See Also Examples

Description

Apply configuration to current R session.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
set_config(cfg)

## Default S3 method:
set_config(cfg)

## S3 method for class 'cfg_env'
set_config(cfg)

## S3 method for class 'cfg_saved'
set_config(cfg)

Arguments

cfg

Configuration object.

Methods (by class)

See Also

cfg

cfg_env

cfg_saved

Examples

1
2
3

Example output

Warning message:
In normalizePath("~", winslash = "/") :
  path[1]="/home/anon": No such file or directory
NULL
Warning message:
In set_config.cfg_saved(data.world::cfg_saved()) :
  Configuration file not found at /home/anon/.dw/config

data.world documentation built on May 2, 2019, 6:33 a.m.