#' @title Example function
#' @param inp input float number
#' @return output value
#' @export
#' @author david.breuer
#' @examples
#' example(4)
example <- function(inp) {
out <- inp^2
out
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.