Learn R Programming

adapr (version 1.0.2)

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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab