#' shortcut to initiate building of ktplots
#'
#' @name ktplots
#' @return for internal use only. runs init ktplots
#' @examples
#' \donttest{
#' ktplots()
#' }
#' @export
ktplots <- function() {
setwd("~/Documents/GitHub/ktplots")
requireNamespace("ktplots")
requireNamespace("roxygen2")
init_ktplots()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.