get_context: Get Context from Workspace

View source: R/workspace.R

get_contextR Documentation

Get Context from Workspace

Description

Get Context from Workspace

Usage

get_context(jws)

Arguments

jws

the Workspace.

Value

The modelling context (list object with Calendars and Variables).

Examples



# Load a Workspace
file <- system.file("workspaces", "workspace_test.xml", package = "rjd3workspace")

jws <- jws_open(file)

# Get context
my_context <- get_context(jws)



rjd3workspace documentation built on July 17, 2026, 9:07 a.m.