Nothing
#' @import methods
#' @import stats
#' @importFrom rlang .data
#' @importFrom glue glue
#' @importFrom foreach foreach %dopar%
#' @importFrom progress progress_bar
#' @importFrom ramify pprint
NULL
pkgData <- new.env()
pkgData$debug <- FALSE
debug <- function() {
pkgData$debug <- TRUE
}
undebug <- function() {
pkgData$debug <- FALSE
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.