#' Foo function
#'
#' a foo function
#'
#'
#' @param x x argument
#'
#'
#' @export
#'
#' @return NULL
#'
#' @examples
#'
#' foo("abcd")
#'
foo <- function(x) {
print(paste("foo:", x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.