View source: R/fig_functions.R
fig_configure | R Documentation |
This function allows modifying configuration of the global fig. Refer to argument descriptions for available options.
fig_configure(env_prefix, split_on)
env_prefix |
(character) A prefix to be prepended to a key before system environment lookup. Pass an empty string to reset. |
split_on |
(character) A value to split keys on. See Details
section in |
Unset arguments do not change configuration.
Reference to the global fig instance. Other methods can be chained after this one.
fig_configure(env_prefix = "foo_") fig_configure(split_on = "") fig_configure() # has no effect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.