Learn R Programming

justifier (version 0.2.6)

set_workspace_id: 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"))

Value

Invisibly, the passed id.

Arguments

id

The workspace identifier

silent

Whether to be suppress messages.

Examples

Run this code
set_workspace_id("my_workspace");

Run the code above in your browser using DataLab