R/as_dmdScheme_raw.R

Defines functions as_dmdScheme_raw

Documented in as_dmdScheme_raw

#' 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")

}

Try the dmdScheme package in your browser

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

dmdScheme documentation built on Aug. 22, 2022, 9:06 a.m.