Nothing
test_that("tgve returns a plumber instance", {
server = tgve_server(run = FALSE)
expect_true(inherits(server, "Plumber"))
expect_equal(length(server$mounts), 1)
ps = tgve_server(background = TRUE)
expect_true(inherits(ps, "r_process"))
ps$kill()
})
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.