Nothing
# This whole suite assumes CONNECT_SERVER and CONNECT_API_KEY env vars are set
test_that("connect() works", {
expect_true(validate_R6_class(connect(), "Connect"))
})
test_that("connect fails for good server, bad api key", {
expect_error({
connect(
api_key = "bogus"
)
})
})
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.