#' Returns FALSE if database connection is not avaiable.
#'
#' Currently this is a stub
#' @import testthat
#' @export
skip_if_no_db <- function() {
skip("Skipping: database not available.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.