Nothing
context("utils")
test_that("Site fix works", {
expect_silent(fix_reference(tempdir(), TRUE))
})
test_that("Script generator works", {
expect_is(
data_script(
script_path = tempfile(),
script_target = tempdir(),
spec_path = system.file("specs", package = "dados"),
is_test = TRUE
),
"list"
)
})
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.