Nothing
test_that("class is right",
expect_is(
show_replicate_histogram_data(rep_dat),
"data.frame"
)
)
test_that("show_replicate_histogram_data colnames",
expect_equal(
colnames(show_replicate_histogram_data(rep_dat)),
c("Sequence", "Exposure", "Start", "End", "ID", "n")
)
)
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.