R/example03.b.R

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

Example03Class <- R6::R6Class(
    "Example03Class",
    inherit = Example03Base,
    private = list(
        .run = function() {

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

        })
)
jamovi/jmvexamples documentation built on May 18, 2019, 12:23 p.m.