R/showBedDataModel.R

Defines functions showBedDataModel

Documented in showBedDataModel

#' Show the data model of BED
#'
#' Show the shema of the BED data model.
#'
#' @export
#'
showBedDataModel <- function(){
    pkgname <- utils::packageName()
    htmlFile <- system.file(
        "Documentation", "BED-Model", "BED.html",
        package=pkgname
    )
    utils::browseURL(paste0('file://', htmlFile))
}

Try the BED package in your browser

Any scripts or data that you put into this service are public.

BED documentation built on March 7, 2023, 6:54 p.m.