#' print naming function
#'
#' @param ... arguments passed to print
#'
# @importFrom base.tools print0
#' @export
print.with_naming <- function(...) {
message( "A function with_naming:")
print0(...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.