R/C4_Ready4Module.R

#' Ready4Module
#'
#' A module of the ready4 representational system.
#'
#' @slot dissemination_1L_chr Dissemination (a character vector of length one)
#' @name Ready4Module-class
#' @rdname Ready4Module-class
#' @export Ready4Module
#' @exportClass Ready4Module
Ready4Module <- setClass("Ready4Module",
                         slots = c(dissemination_1L_chr = "character"),
                         prototype = list(dissemination_1L_chr = NA_character_))

Try the ready4 package in your browser

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

ready4 documentation built on Sept. 30, 2024, 9:12 a.m.