Nothing
context("toy_data")
test_that("toy data returns behavr object", {
tdt <- toy_activity_data()
expect_true("behavr" %in% class(tdt))
behavr:::check_conform(tdt)
tdt <- toy_ethoscope_data()
expect_true("behavr" %in% class(tdt))
behavr:::check_conform(tdt)
tdt <- toy_dam_data()
expect_true("behavr" %in% class(tdt))
behavr:::check_conform(tdt)
})
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.