R/utils.R

Defines functions pkg_file

pkg_file <- function(..., mustWork = TRUE) {
    system.file(..., package = "megadepth", mustWork = mustWork)
}

Try the megadepth package in your browser

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

megadepth documentation built on Feb. 5, 2021, 2:03 a.m.