#' Perform readtxt, cleanme, and distme in one step
#'
#' @name doitall
#' @export doitall
doitall <- function() {
return(distme(cleanme(readme())))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.