R/this_pkg.R

Defines functions this_pkg

#' Get path for files within this package
#'
#' @param path relative path to file in this package
#' @return the absolute path to the file
#' @noRd
this_pkg <- function(path) {
  system.file(path ,package="cdphmd")
}
ikbentimkramer/cdphmd documentation built on Jan. 28, 2021, 2:51 p.m.