initiate_params: Initiate Parameters

View source: R/params_functions.R View source: R/Package-Code5-Compiled.R

initiate_paramsR Documentation

Initiate Parameters

Description

A function that is run upon loading of the package. Brings the params object inthe the global environment so that it can be accessed and updated. Can also be used to reset the params to the default. See params for the format of these parameters, their defaults, and how to set them.

Usage

initiate_params(params = parameters)

Arguments

params

the parameters

Details

should be run exactly as stated in the Usage section: "initiate_params(parameters)" where parameters is an internal data structure within the dataVisEasy package

Author(s)

~~Alison Moss~~

See Also

See params for the format of these parameters and their defaults.

Examples

initiate_params()

axm323/dataVisEasy documentation built on Feb. 1, 2024, 11:53 p.m.