R/empty.b.R

emptyClass <- R6::R6Class(
    "emptyClass",
    inherit = emptyBase,
    private = list(
        .run = function() {
        }),
    public = list(
        asSource = function() ''
    )
)

Try the jmv package in your browser

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

jmv documentation built on Oct. 12, 2023, 5:13 p.m.