Nothing
testthat::test_that("reading in a file works", {
file = system.file("extdata/P30_wrist100.csv.gz", package = "stepcount")
if (stepcount_check()) {
out = sc_read(file)
testthat::expect_true(is.list(out))
testthat::expect_named(out, c("data", "info"))
testthat::expect_true(is.data.frame(out$data))
}
})
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.