#' colar
#' cola duas strings (x,y) com um espaço entre eles
#' @param x uma string
#' @param y outra string
#' @export
colar <- function(x,y) {
paste(x,y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.