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

...

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 verbose arguments when stashing or unstashing. The default behavior is verbose = TRUE.

functional

The default value of functional arguments when stashing. The default behavior is functional = FALSE.

Note

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.