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