Nothing
#' Generic function to convert the data stored in the object \code{x} into a new object of class \code{dmdScheme_raw...}
#'
#' @param x object to be converted
#' @param ... additional arguments for methods
#'
#' @return dmdScheme as object of class \code{dmdScheme_raw}
#'
#' @md
#'
#' @rdname as_dmdScheme_raw
#' @export
#'
#' @examples
#' as_dmdScheme_raw(dmdScheme(), keepData = TRUE)
#'
as_dmdScheme_raw <- function(
x,
...
) {
UseMethod("as_dmdScheme_raw")
}
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.