Nothing
#'
#' @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!"
)
}
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.