test_that("some data gets loaded from web", {
master_data <- getDataFromWeb()
test_exists_data <- exists("master_data")
expect_equal(test_exists_data, TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.