get_workspace {justifier}R Documentation

Get your justifier workspace identifier

Description

This is used to be able to log decisions programmatically.

Usage

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

Arguments

silent

Whether to be suppress messages.

Value

Invisibly, the workspace identifier.

Examples

justifier::get_workspace_id();

[Package justifier version 0.2.6 Index]