Nothing
test_that("is_transect works", {
expect_true(is_transect(test_transect))
expect_false(is_transect(random_unassigned_variables_40000))
expect_false(is_transect(faithful))
expect_false(is_transect("hi"))
expect_false(is_transect(data.frame()))
test_raw <- suppressMessages(download_transect(4492))
expect_true(is_transect(test_raw))
})
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.