R/neofun.b.R

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

neofunClass <- if (requireNamespace('jmvcore')) R6::R6Class(
    "neofunClass",
    inherit = neofunBase,
    private = list(
        .run = function() {

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

        })
)
sbalci/jamoviTemplate documentation built on Jan. 9, 2021, 10:50 a.m.