powered by
Returns Modifies the primary adapr option file
set_adapr_options(optionname = "", optionvalue = "")
is name of option to modify
is new value to give optionname
adaproptions
# 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