test_that("tt_curate_data returns the path to the curation script", {
rlang::local_interactive(FALSE)
test_result <- tt_curate_data()
expect_equal(
test_result,
system.file("templates", "tt_curation.R", package = "tidytuesdayR")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.