Skip to contents

Get Context from Workspace

Usage

get_context(jws)

Arguments

jws

the Workspace.

Examples


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

# Get context
my_context <- get_context(jws)