#' Register the processing of incubatortemp data in the LEEF package
#'
#' @return invisibly \code{TRUE} when completed successful
#'
#' @export
#'
register <- function() {
if (is.null(system.file(package = "LEEF"))) {
stop("This function requres the package to be installed!")
}
LEEF::add_pre_processor( pre_processor_incubatortemp )
LEEF::add_extractor( extractor_incubatortemp )
##
invisible(TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.