Stop using the here::here() function from the
'here' package to create the file paths for
stashed objects.
dont_use_here(silent = FALSE)A logical to silence the message from the function. (default
FALSE)
Returns NULL (invisibly).
This function has been deprecated and the use of the 'here' function
should instead be set using config_mustashe(use_here = FALSE).
dont_use_here()
#> No longer using `here::here()` for creating stash file paths.
#> Warning: This function is deprecated. Use `config_mustashe(use_here = TRUE/FALSE` instead.