#' Meaning of life function
#'
#' @param age insert numeric
#' @param height insert numeric in cm
#'
#' @return
#' @export
#'
#' @examples
your_meaning_of_life_function <- function(age, height) {
print(paste("The meaning of life is", 42))
}
your_meaning_of_life_function(25, 74)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.