Nothing
test_that("HTML file is created and content is correct", {
testthat::skip_on_cran()
# Does the thing run?
gimap_dataset <- get_example_data("gimap")
html_file <- run_qc(gimap_dataset,
output_file = tempfile(),
plots_dir = tempdir(),
open_results = FALSE,
overwrite = TRUE
)
expect_true(file.exists(html_file))
# Test the other dataset too
gimap_dataset <- get_example_data("gimap_treatment")
html_file <- run_qc(gimap_dataset,
output_file = tempfile(),
plots_dir = tempdir(),
open_results = FALSE,
overwrite = TRUE
)
expect_true(file.exists(html_file))
})
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.