#' Title
#'
#' @return "the return calues of the function"
#' @export
#'
#' @examples
#' create_age()
create_age <- function(){
age <- sample(1:100, size = 1)
return(age)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.