Nothing
###############################################################################
# Suppressing some functions messages because they only output the information
# on how much time they took.
###############################################################################
dummy_df <- suppressMessages(dummy_data(10))
test_that("multiplication works", {
result_list <- content_report(dummy_df)
expect_equal(names(result_list), c("global", "variables"))
})
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.