Nothing
test_that("Borrow chapter", {
testthat::skip_on_cran()
parent_doc <- list.files(
pattern = "parent_doc.Rmd$",
recursive = TRUE,
system.file("extdata", package = "ottrpal"),
full.names = TRUE
)
rmarkdown::render(parent_doc)
testthat::expect_true(
file.exists(
file.path(dirname(parent_doc), "parent_doc.html"))
)
})
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.