Learn R Programming

prada (version 1.48.0)

getPradaPar: Set and query global parameters for functions in the prada package

Description

Set and query global parameters for functions in the prada package

Usage

setPradaPars(pars) getPradaPar(parname)

Arguments

pars
Named list
parname
Character string of length 1

Value

getPradaPar, the value of the list element with name parname of the global parameters list. The function setPradaPars is invoked for its side effect, which is assigning a value to the global parameters list. It returns the value invisible(NULL).

Details

TBA

Examples

Run this code
setPradaPars(list(tomato=1, apple="two", pear=as.integer(3)))
getPradaPar("pear")

Run the code above in your browser using DataLab