#' Testing pkgdpwn
#'
#' @param a test
#' @param b test
#'
#' @return number
#' @export
#'
#' @examples add(2, 3)
add <- function(a, b) {
return(a+b)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.