R/cluster.b.R

#' @importFrom R6 R6Class
#' @import jmvcore
#'
# This file is a generated template, your changes will not be overwritten

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



            # TODO

            todo <- glue::glue(
                "This Module is still under development
                -
                -
                "
            )

            self$results$todo$setContent(todo)


            ####



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

        })
)
sbalci/histopathology-template documentation built on June 29, 2023, 5:52 a.m.