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