R/utillity.R

Defines functions pkg_file

Documented in pkg_file

#' @title get files in the package
#'
#' @keywords internal
pkg_file <- function(..., mustWork = TRUE) {
    system.file(..., package = "shapebase", mustWork = mustWork)
}
dongzhuoer/shapebase documentation built on Jan. 9, 2020, 12:08 p.m.