R/utils-extdata.R

Defines functions extdata_file

Documented in extdata_file

# extdata_file -----------------------------------------------------------------

#' Get Path to File in This Package
#'
#' @param \dots parts of path passed to \code{\link{system.file}}
#' @export
extdata_file <- function(...) {
  system.file("extdata", ..., package = "dwc.wells")
}
KWB-R/dwc.wells documentation built on July 13, 2022, 9:36 p.m.