jaspState.Rd
A jasp object to store R objects between consecutive runs of an analysis.
createJaspState(object = NULL, dependencies = NULL)
title | String, title of the jaspContainer |
---|---|
position | see jaspObject |
jaspResults::jaspObjR
-> jaspStateR
object
an R object or NULL if the dependencies changed.
Inherited methods
new()
create a new jaspState object, however, createJaspState
is preferred.
jaspStateR$new(object = NULL, dependencies = NULL, jaspObject = NULL)