# some new functions
#' Mikes function
#'
#' This function tells you what mike says.
#' @param txt What does mike say?
#' @keywords output
#' @export
#' @examples
#' mikes_function()
mikes_function <- function(txt = "yep") {
print(paste("mike says:", txt))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.