options | R Documentation |
Get and set roxyglobals options in DESCRIPTION file.
options_get_unique(file = ".")
options_set_unique(value, file = ".")
options_get_filename(file = ".")
options_set_filename(value, file = ".")
file |
DESCRIPTION file to use. By default the DESCRIPTION file of the current package (i.e. the package the working directory is part of) is used. |
value |
The new option value |
The option value or nothing
options_get_unique()
: get unique
options_set_unique()
: set unique
options_get_filename()
: get filename
options_set_filename()
: set filename
options_get_unique()
## Not run:
options_set_unique(TRUE)
## End(Not run)
options_get_filename()
## Not run:
options_set_filename("roxyglobals-generated.R")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.