Nothing
test_that("deploy does not error", {
expect_true(deployApp("example-shiny", appTitle = "Test", account = account))
})
test_that("re-deploy does not error", {
# Let's exercise the env vars as well
expect_true(deployApp("example-shiny", envVars = "TEST", account = account))
})
test_that("listAccountEnvVars", {
envs <- listAccountEnvVars(account = account)
expect_true(nrow(envs) == 1)
})
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.