R/utils-here.R

#' Here
#'
#' A utility to make sure the system files of the package and other 
#' files are always found, regardless if they are in an example or 
#' vignette context. 
#' 
#' See \code{here::\link[here:here]{here}} for details.
#'
#' @name here
#' @rdname here
#' @keywords internal
#' @export
#' @importFrom here here
#' @examples 
#' dir (here( "inst", "examples"))
NULL

Try the retroharmonize package in your browser

Any scripts or data that you put into this service are public.

retroharmonize documentation built on Nov. 3, 2021, 1:07 a.m.