R/utils.R

Defines functions pkg_file

pkg_file <- function(..., mustWork = TRUE) {
    system.file(..., package = "megadepth", mustWork = mustWork)
}
LieberInstitute/megadepth documentation built on May 6, 2024, 7:12 p.m.