#' @title print_derp
#'
#' @description print the string "DERP" to standard output
#'
#' @return
#' @export
#'
#' @examples
#' print_derp()
print_derp=function(){
print("DERP")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.