Nothing
context("apa_print()")
test_that(
"Default method"
, {
unknown_object <- list()
class(unknown_object) <- "foobar"
expect_error(apa_print(unknown_object), regexp = "github.com/crsh/papaja/issues ")
}
)
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.