Learn R Programming

adapr (version 1.0.1)

set_adapr_options: Returns Modifies the primary adapr option file

Description

Returns Modifies the primary adapr option file

Usage

set_adapr_options(optionname = "", optionvalue = "")

Arguments

optionname
is name of option to modify
optionvalue
is new value to give optionname

Value

adaproptions

Examples

Run this code
## Not run: 
# opt <- get_adapr_options()
# set_adapr_options("project.path",opt$project.path)
# opt2 <- get_adapr_options()
# identical(opt,opt2)
# ## End(Not run) 

Run the code above in your browser using DataLab