Nothing
test_that("can test and print", {
expect_true(is_class_missing(class_missing))
expect_false(is_class_missing(class_any))
expect_true(is_class_any(class_any))
expect_false(is_class_any(class_missing))
expect_snapshot({
print(class_missing)
print(class_any)
str(list(m = class_missing, a = class_any))
})
})
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.