Nothing
context("Testing heart data")
library(extendedFamily)
################
# Test loglog link
################
data(heart)
test_that("Confirm data can be loaded", {
expect_true(nrow(heart) == 4483)
expect_true(ncol(heart) == 11)
})
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.