Nothing
test_that("is_inventory works", {
expect_true(is_inventory(test_inventory))
expect_false(is_inventory("hi"))
expect_false(is_inventory(faithful))
expect_false(is_inventory(NULL))
expect_false(is_inventory(test_assessment))
edison <- suppressMessages(download_assessment(25002))
expect_true(is_inventory(suppressMessages(assessment_inventory(edison))))
})
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.