use_here: Use the 'here' package when writing stashes to file

Description Usage Arguments Details Value Examples

View source: R/use_here.R

Description

Sets an option that tells stash() to write the stashed objects to a path created using the here::here() function from the 'here' package: "The 'here' package creates paths relative to the top-level directory." It is particularly useful when using an RStudio project.

Usage

1
use_here(silent = FALSE)

Arguments

silent

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

Details

Add mustashe::use_here(silent = TRUE) to your '.Rprofile' or setup code block in an R Markdown to set this feature automatically in the future.

Value

Returns NULL (invisibly).

Examples

1

mustashe documentation built on May 17, 2021, 1:09 a.m.