#' @importFrom commonMZ MZ_CAMERA
#'
#' @noRd
.onLoad <- function(libname, pkgname) {
dta <- as.data.frame(rbind(commonMZ::MZ_CAMERA("pos", warn_clash = FALSE),
commonMZ::MZ_CAMERA("neg", warn_clash = FALSE)))
assign("ADDUCTS", dta, envir = asNamespace(pkgname))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.