#' Creates histogram, boxplot and numeric summary
#' @export
#' @param x numeric variable
hi <- function(x){
print("hi world!")
}
hello <- function(x){
print("hello world!")
hi(1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.