R/pmxtricks_utils.R

Defines functions pmxtricks_filepath

Documented in pmxtricks_filepath

##' get a file or dir from a the pmxtricks package
##' @param ... parameters to pass to system.file
##' @details
##' a light wrapper around system.file
##' @family FileSystem
##' @export
pmxtricks_filepath <- function(...) {
  system.file(..., package = "pmxtricks")
}
philipdelff/pmxtricks documentation built on Nov. 11, 2024, 5:16 p.m.