#' @title
#' brapi_serverinfo_show
#'
#' @description
#' Show informative messages or not
#'
#' @param show logical; default is TRUE
#'
#' @family brapiutils
#'
#' @export
brapi_serverinfo_show <- function(show = TRUE) {
stopifnot(is.logical(show))
options(brapi_info = show)
return(invisible())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.