#' My hello world test function
#'
#' @param x word that gets concatenate with hello...
#'
#' @return output form print -< two pasted strings
#' @export
#'
hello <- function(x) {
print(paste("Hello, world! ", x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.