Stop using the here::here() function from the 'here' package to create the file paths for stashed objects.

dont_use_here(silent = FALSE)

Arguments

silent

A logical to silence the message from the function. (default FALSE)

Value

Returns NULL (invisibly).

Note

This function has been deprecated and the use of the 'here' function should instead be set using config_mustashe(use_here = FALSE).

Examples

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.