R/state.R

#' @rdname Analysis
#' @export
State <- R6::R6Class("State",
    inherit=ResultsElement,
    public=list(
        initialize=function(
            options,
            name,
            title,
            visible,
            clearWith) {
        super$initialize(
            options,
            name,
            '',
            FALSE,
            clearWith)
    })
)

Try the jmvcore package in your browser

Any scripts or data that you put into this service are public.

jmvcore documentation built on Aug. 15, 2023, 9:07 a.m.