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 = "grimenet")
}
ewenme/grimenet documentation built on Aug. 21, 2020, 10:05 p.m.