#' Hello!
#'
#' This is a starter function to just say hello!
#' @param "" no arguement needed
#' @return "Hi, I'm Jasmine"
#' @export
#'
#' @examples
#' hello()
hello <- function(){
print("Hi, I'm Jasmine")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.