R/app_config.R

Defines functions app_sys

#' Access files in the current app
#' 
#' @param ... Character vector specifying directory and or file to
#'     point to inside the current package.
#' 
#' @noRd
app_sys <- function(...){
  system.file(..., package = "ip.resultats")
}
ove-ut3/ip.resultats documentation built on May 13, 2020, 5 p.m.