context("region")
test_that(
"region() stops with a msg if no access token supplied",
{
expect_error(
region(),
"^Argument `token` requires an LDlinkR 'Personal Access Token'.*"
)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.