#' Title
#'
#' @param .arg
#' @param .if
#' @param .opt
#'
#' @return
#' @export
#'
#' @examples
desc_ <- function(.arg = NULL, .if = NULL, .opt = NULL) {
rcode <- "str(dat, give.attr = FALSE)"
return(rcode)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.