View source: R/config_mustashe.R
config_mustashe | R Documentation |
Sets options that affect the behavior of 'mustashe' or the default values for stashing arguments. This function can be added to a .Rprofile to set the defaults for 'mustashe' in a project.
config_mustashe(..., use_here, verbose, functional)
... |
Arguments passed by position will be ignored. |
use_here |
Use the 'here' package when writing stashes to file. The default behavior is to not use 'here.' |
verbose |
The default value of |
functional |
The default value of |
Providing no value for any of the arguments results in no value being
set. Therefore, config_mustashe()
can be called with different
arguments without over-writing previously set options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.