config_helpers | R Documentation |
Various functions for loading, caching and performing configured behaviors using a user-supplied configuration file.
config_find_from(path = ".")
config_from_desc(path = ".")
config_from_file(path = ".")
path |
( |
This constant is used as a variable name in the package environment while documentation is being built to avoid constantly parsing configurations during evaluation of each tag.
config_find_from()
: Load a configuration from a path
config_from_desc()
: Load a configuration from a DESCRIPTION file
config_from_file()
: Load a configuration from a dotfile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.