skip_if_no_envs <- function() {
testthat::skip_if(
nchar(Sys.getenv("CLOUD_USER", unset = "")) == 0,
"Environment variable not available"
)
testthat::skip_if(
nchar(Sys.getenv("CLOUD_PASS", unset = "")) == 0,
"Environment variable not available"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.