use_here | R Documentation |
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.
use_here(silent = FALSE)
silent |
A logical to silence the message from the function. (default
|
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.
Returns NULL
(invisibly).
This function has been deprecated and the use of the 'here' function
should instead be set using config_mustashe(use_here = TRUE)
.
use_here()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.