Nothing
test_that("static tgve works", {
p = tempdir()
ip = file.path(p, "tgve", "index.html")
r = tgve(browse = FALSE)
expect_true(identical(ip, r))
# try again
unlink(file.path(p, "tgve"), recursive = TRUE)
skip_on_cran()
expect_message(tgve())
expect_error(tgve(remote = TRUE,
url = "notvalidurl"))
expect_message(tgve(remote = TRUE,
# even just tgve(remote = TRUE)
url = "https://tgve.github.io/app/"))
})
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.