Nothing
test_that("notion_token_exists", {
original_token <- Sys.getenv("NOTION_TOKEN")
on.exit(Sys.setenv(NOTION_TOKEN = original_token))
Sys.setenv(NOTION_TOKEN = "test_token")
expect_true(notion_token_exists())
Sys.setenv(NOTION_TOKEN = "")
expect_false(notion_token_exists())
})
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.