Nothing
test_that("chunking works", {
enron <- readRDS(testthat::test_path("data", "enron.rds"))
chunked <- chunk_texts(enron, 100)
testthat::expect_snapshot(chunked)
testthat::expect_snapshot(quanteda::docvars(chunked))
})
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.