test_that("rel_try() with reason", {
withr::local_envvar(DUCKPLYR_FALLBACK_INFO = TRUE, DUCKPLYR_FORCE = FALSE)
expect_snapshot({
rel_try(NULL,
"Not affected" = FALSE,
"Affected" = TRUE,
{
}
)
})
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.