#' Função para subtrair
#'
#'Está funcção serve para somar dois número
#'
#'@parametro a e b
#'
#'@exemplo
#'subtrair (a,b)
#'
#'@export
subtrair <- function (x, y){
x-y
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.