#' Printer Function
#'
#' @param r
#' @param x
#' @param y
#'
#' @return
#' @export
#'
#' @examples
printer = function(r,x,y){
print(paste0("x = ", x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.