Description Usage Arguments Value Examples
Returns Modifies the primary adapr option file
1 | setAdaprOptions(optionname = "", optionvalue = "")
|
optionname |
is name of option to modify |
optionvalue |
is new value to give optionname |
adaproptions
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.