Nothing
test_that("write_json()", {
expect_error(
write_json(
list(a = 1, b = 2),
path = file.path(tempdir(), "test_folder", "test_json.json"),
.backup = TRUE
),
NA,
)
expect_error(
write_json(
list(a = 1, b = 2),
path = file.path(tempdir(), "test_folder", "test_json.json"),
.backup = TRUE
),
NA,
)
expect_error(
write_json(
list(a = 1, b = 2),
path = file.path(tempdir(), "test_folder", "test_json.json"),
.backup = TRUE
),
NA,
)
})
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.