#' Imagine this does something useful
#'
#' @param some_Var
#' @return a dataframe with results
do_something <- function(some_Var) {
return(data.frame(a = some_Var))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.