set_workspace_id {justifier} | R Documentation |
Set your justifier workspace identifier
Description
This is used to be able to log decisions programmatically.
Usage
set_workspace_id(id, silent = justifier::opts$get("silent"))
Arguments
id |
The workspace identifier |
silent |
Whether to be suppress messages. |
Value
Invisibly, the passed id
.
Examples
set_workspace_id("my_workspace");
[Package justifier version 0.2.6 Index]