globs | R Documentation |
Functions to manage the global setting objects
globs_list()
globs_get(x)
globs_set(x, name = NULL)
x |
the name of the global object, the most common used is "conf". |
name |
if x is not a valid global object name, then specify it with |
globs_list()
: list available global objects
globs_get()
: get the data from specified global objects
globs_set()
: reassign the specified data (with name) to available global object
## Not run:
conf <- globs_get("conf")
# Modify conf
# xxx
# Then reassign
globs_set("conf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.