Nothing
test_that("reading from gz compressed files works", {
expect_identical(
read_json_file(testthat::test_path("examples/mtcars.json")),
read_json_file(testthat::test_path("examples/mtcars.json.gz"))
)
})
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.