A jasp object to store R objects between consecutive runs of an analysis.

createJaspState(object = NULL, dependencies = NULL)

Arguments

title

String, title of the jaspContainer

position

see jaspObject

Super class

jaspResults::jaspObjR -> jaspStateR

Active bindings

object

an R object or NULL if the dependencies changed.

Methods

Public methods

Inherited methods

Method new()

create a new jaspState object, however, createJaspState is preferred.

Usage

jaspStateR$new(object = NULL, dependencies = NULL, jaspObject = NULL)