Nothing
testthat::test_that("Stats per observation dataframes works", {
stat_per_obs_dataframe <- do.call(
TAD:::save_obs_df,
datasets$good2$param$stat_per_obs_dataframe
)
testthat::expect_equal(
stat_per_obs_dataframe,
datasets$good2$results$stat_per_obs_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.