#' @noRd
generate_random_string <- function() {
as.character(runif(1))
}
skip_unless_dev_env <- function() {
set_work_env("DEV")
if (get_work_env() == "DEV") {
return(invisible(TRUE))
}
testthat::skip("No dev env configured")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.