setAdaprOptions: Returns Modifies the primary adapr option file

Description Usage Arguments Value Examples

View source: R/get.adapr.options.R

Description

Returns Modifies the primary adapr option file

Usage

1
setAdaprOptions(optionname = "", optionvalue = "")

Arguments

optionname

is name of option to modify

optionvalue

is new value to give optionname

Value

adaproptions

Examples

1
2
3
4
5
6
7
## Not run: 
opt <- getAdaprOptions()
setAdaprOptions("project.path",opt$project.path)
opt2 <- getAdaprOptions()
identical(opt,opt2)

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.