Nothing
test_that("function returns a data frame", {
result <- get_ngram_from_newspapers()
expect_s3_class(result, "data.frame")
})
test_that("function returns a data frame with the correct columns", {
result <- get_ngram_from_newspapers()
expect_named(result, c("values", "ind"))
})
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.