R/as_eml.default.R

Defines functions as_eml.default

Documented in as_eml.default

#'
#' @rdname as_eml
#'
#' @export
#'
#'
as_eml.default <- function(x, ...) {
  stop(
    "\n\n",
    "The conversion of the object x of the class `", paste(class(x), collapse = ', '), "` is not supported!\n",
    "The generic `dmdScheme` objects can not be exported, and specific exporters for other schemes need to be written!"
  )
}

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.