#' This is a test #' @rdname uhb #' @param n This is the number you want square. #' @export uhb <- function(n) { print(n*n) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.