Show your workspace contents
Usage
workspace(silent = justifier::opts$get("silent"))
Examples
justifier::clean_workspace(force = TRUE, silent=FALSE);
#> Your justifier workspace has been cleaned and is now empty.
justifier::log_decision(
"First we start using `justifier`.",
silent=FALSE
);
#> Added new decision with identifier 'ahud_D7n8bpd7s' to a justifier workspace that already contained 0 justifications.
justifier::log_decision(
paste0("Then we start documenting our ",
"decisions and justifications."),
silent=FALSE
);
#> Added new decision with identifier 'abkm_D7n8bpd7s' to a justifier workspace that already contained 1 justifications.
justifier::log_decision(
"Then we start learning from ourselves.",
silent=FALSE
);
#> Added new decision with identifier 'jfez_D7n8bpd7t' to a justifier workspace that already contained 2 justifications.
justifier::workspace();
#> A list of 3 justifier elements of type justifierDecision and with identifiers 'ahud_D7n8bpd7s', 'abkm_D7n8bpd7s' & 'jfez_D7n8bpd7t'