set_graveler_wd <- function (path, talkative = TRUE)
{
path <- normalizePath(path)
if (talkative) {
cat_green_tick(sprintf("Definining golem working directory as `%s`",
path))
}
options(golem.wd = path)
invisible(path)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.