Description Usage Arguments Value Examples
Show your workspace contents
1 |
silent |
Whether to be chatty or silent. |
The workspace contents.
1 2 3 4 5 6 7 8 9 | clean_workspace(force = TRUE, silent=FALSE);
log_decision("First we start using `justifier`.",
silent=FALSE);
log_decision(paste0("Then we start documenting our ",
"decisions and justifications."),
silent=FALSE);
log_decision("Then we start learning from ourselves.",
silent=FALSE);
workspace();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.