Nothing
#' 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_))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.