#' Square
#'
#' @param x
#'
#' @description This is used to square numbers with.
#'
#' @return
#' @export
#'
#' @examples
square <- function(x){
return(x^2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.