setHparOptions: Sets the 'hpar' options

Description Usage Arguments Value Author(s) Examples

View source: R/environment.R

Description

Function used to set the hpadata hpar option.

Usage

1

Arguments

hpadata

A character defining the default data to be queries. Choices are any of available hpar datasets, available by calling allHparData, or any unambiguous prefix.

Value

Returns the set value of the hpar option. Used for its side effect.

Author(s)

Laurent Gatto

Examples

1
2
3
4
5
oldOpt <- getHparOptions()
oldOpt
setHparOptions("hpaNormalTissue")
getHparOptions()
setHparOptions(oldOpt$hpadata)

hpar documentation built on Nov. 8, 2020, 8:32 p.m.