Nothing
context("04-1-as_eml")
# Errors ------------------------------------------------------------------
test_that(
"as_eml() raises error with wrong input value",
{
expect_error(
object = as_eml(x = dmdScheme_raw()),
regexp = "he conversion of the object x of the class `dmdSchemeSet_raw, list` is not supported!"
)
}
)
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.