#' Title
#'
#' @param a integer will be concatenated
#' @param g integer will be concatenated
#'
#' @return Printes
#' @export
#'
#' @examples
foo <- function(a, g) {
factor(c(as.character(a), as.character(g)))
print("Hello")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.