#' Short description of what this does
#'
#' Longer description of what this does. Approximately a paragraph.
#'
#' @param x The first thing
#' @param y The second thing.
#' @return The thing that comes out of this function
#'@examples
#' oho(1, 10)
#' @export
oho <- function(x,y) {
return (x+y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.