test_that("dogs-vs-cats dataset", {
dataset <- dogs_vs_cats_dataset(
"./dogs-vs-cats",
download = TRUE
)
expect_length(dataset$.getitem(1), 2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.