#' quickdoc
#'
#' For package development - quickly document the package code functions. This is extra lazy, but whatevs
#' @export
quickdoc <- function() {
library(roxygen2)
library(devtools)
document()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.