test_that("dataset works", {
dataset <- guess_the_correlation_dataset(
root = tempfile(),
token = "kaggle.json",
download = TRUE
)
expect_length(dataset$.getitem(1), 3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.