Nothing
n_rep <- get_n_replicates(t_dat)
test_that("class is right",
expect_is(n_rep, "numeric"))
test_that("right value",
expect_equal(n_rep, 4))
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.