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

Description Usage Arguments Details Value Author(s) Examples

View source: R/getPradaPar.R

Description

Set and query global parameters for functions in the prada package

Usage

1
2
setPradaPars(pars)
getPradaPar(parname)

Arguments

pars

Named list

parname

Character string of length 1

Details

TBA

Value

For 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).

Author(s)

Wolfgang Huber http://www.ebi.ac.uk/huber

Examples

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

prada documentation built on April 28, 2020, 7:52 p.m.