Nothing
testthat::test_that("Stats per random dataframes works", {
stat_per_rand_dataframe <- do.call(
TAD:::get_stat_per_rand,
datasets$good2$param$stat_per_rand_dataframe
)
testthat::expect_equal(
stat_per_rand_dataframe,
datasets$good2$results$stat_per_rand_dataframe
)
})
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.