#' Print an Object with \code\link{[purrr]{safely}} Wrapper
#' @noRd
safely.print <-
function() {
"dummy"
}
#' Print an Object with \code\link{[purrr]{safely}} Wrapper and a superimposed \code\link{[purrr]{quietly}} wrapper
#' @noRd
quietly.safely.print <-
function() {
"dummy"
}
#' @title
#' Is the Connection Open?
#'
#' @description
#' Check if a Connection Class object is open.
#'
#' @param conn Connection object
#'
#' @export
is_conn_open <-
function(conn) {
"dummy"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.