Nothing
#' Reloads the deBif package
#'
#' \code{deBifReset} unloads and reloads the deBif package.
#'
#' @return None.
#'
#' @examples
#' if(interactive()){
#' deBifReset()
#' }
#'
#' @export
deBifReset <- function() {
unloadNamespace("deBif")
suppressMessages(require(deBif, quietly = TRUE))
}
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.