Nothing
context("list")
skip_on_cran()
skip_if_not_installed("modeltests")
library(modeltests)
test_that("not all lists can be tidied", {
nl <- list(a = NULL)
expect_error(tidy(nl), "No tidy method recognized for this list.")
expect_error(glance(nl), "No glance method recognized for this list.")
})
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.