#' Square Number
#' Takes in the numeric value and squares it
#' @param x A numeric value to be squared
#' @return The square of the input
#' @export
hello <- function(d){
return(d^2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.