#' Se evalua un numero y la funcion botara su cuadrado
#' @export
#' @param x es un numero real
square<- function(x) {
return(x^2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.