Nothing
options(usethis.quiet = TRUE)
test_that("File and directory are created", {
create_local_package()
rlang::local_interactive(FALSE)
print(getwd())
washr::setup_rawdata()
expect_true(file.exists("data-raw/data_processing.R"))
})
unlink("data-raw", recursive = TRUE)
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.