#' Hello, Gresham Lab!
#'
#' This is an example function named 'hello'
#' which prints 'Hello, Gresham Lab!'.
#'
#' You can contribute to this package at:
#'
#' https://github.com/GreshamLab/labtools
#'
#' @export
hello <- function() {
print("Hello, Gresham Lab!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.