Nothing
test_that("Missing Token", {
expect_error(list_signals())
})
test_that("Invalid Token", {
bad_token <- "bad_token!"
expect_error(list_signals(bad_token))
})
if (authenticated) {
test_that("Correct Token", {
expect_no_error(list_signals(token))
})
}
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.