Learn R Programming

justifier (version 0.2.6)

workspace: Show your workspace contents

Description

Show your workspace contents

Usage

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

Value

The workspace contents.

Arguments

silent

Whether to be chatty or silent.

Examples

Run this code
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();

Run the code above in your browser using DataLab