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 the 'here' package when writing stashes to file. The default behavior is to not use 'here.'
The default value of verbose
arguments when stashing or
unstashing. The default behavior is verbose = TRUE
.
The default value of functional
arguments when
stashing. The default behavior is functional = FALSE
.
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.