setup_settings: Perform Settings Setup

View source: R/gen-functions.R

setup_settingsR Documentation

Perform Settings Setup

Description

Perform the setup of the setting-system provided by package 'uniset'.

Usage

setup_settings(path = NULL)

Arguments

path

Character length one, holding the path to the location where the folder containing the settings.R file should be located. Defaults to 'NULL'. If left at the default 'NULL', the location should be selectable interactively.

Details

Has to be done only once.

Value

(Invisible) NULL; is called for its side effects, i.e. to set up the settings-file system as provided by package 'uniset'.

See Also

Other Setup functions: fd_update_settings()

Examples


where <- path.expand("~")
setup_settings(where)


bpollner/flowdex documentation built on March 31, 2022, 3:21 a.m.