Nothing
test_that("parsing json from connection works", {
js1 <- read_json_file("examples/test.json")
con <- gzfile("examples/test.json.gz")
js2 <- read_json_conn(gzfile("examples/test.json.gz"))
close.connection(con)
expect_identical(js1, js2)
})
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.