dont_use_here: Stop using the 'here' package when writing stashes to file...

View source: R/use_here.R

dont_use_hereR Documentation

Stop using the 'here' package when writing stashes to file (deprecated)

Description

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

Usage

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()

jhrcook/mustasher documentation built on Oct. 10, 2022, 5:37 a.m.