R/Output.R

#' @export
#' @importFrom R6 R6Class
Output <- R6Class(
    "Output",

    inherit = Directory,

    public = list(

        initialize = function(path) {
            super$initialize(path)
        }
    )
)
aviralg/experimentr documentation built on Jan. 9, 2022, 8:11 a.m.