workspace: Show your workspace contents

View source: R/workspace.R

workspaceR Documentation

Show your workspace contents

Description

Show your workspace contents

Usage

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

Arguments

silent

Whether to be chatty or silent.

Value

The workspace contents.

Examples

justifier::clean_workspace(force = TRUE, silent=FALSE);
justifier::log_decision(
  "First we start using `justifier`.",
  silent=FALSE
);
justifier::log_decision(
  paste0("Then we start documenting our ",
         "decisions and justifications."),
  silent=FALSE
);
justifier::log_decision(
  "Then we start learning from ourselves.",
  silent=FALSE
);
justifier::workspace();

justifier documentation built on March 7, 2023, 6:59 p.m.