x.elevado.y <- function(x, y) {
# Potencia de dos numeros.
#
# Args:
# x: Primer numero.
# y: Segundo numero.
#
# Returns:
# La potencia de x elevado a y.
x ^ y
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.