R/saverand.b.R

# This file is a generated template, your changes will not be overwritten

SaveRandClass <- if (requireNamespace('jmvcore', quietly=TRUE)) R6::R6Class(
    "SaveRandClass",
    inherit = SaveRandBase,
    private = list(
        .run = function() {

            # `self$data` contains the data
            # `self$options` contains the options
            # `self$results` contains the results object (to populate)

        })
)
cmontgo/Jamovi-SaveToData documentation built on May 9, 2022, 12:04 a.m.