workspace: Show your workspace contents

Description Usage Arguments Value Examples

View source: R/workspace.R

Description

Show your workspace contents

Usage

1
workspace(silent = justifier::opts$get("silent"))

Arguments

silent

Whether to be chatty or silent.

Value

The workspace contents.

Examples

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

Matherion/justifier documentation built on Dec. 31, 2020, 3:13 p.m.