R/get_nrf_dir.R

Defines functions get_nrf_dir

Documented in get_nrf_dir

#' Source lookup directory - National Reference Files
#'
#' @description File path for the general PHS directory for National References Files
#'
#' @return The path to the NRFs as an [fs::path]
#' @export
#'
#' @family Directories
get_nrf_dir <- function() {
  nrf_dir <- fs::path("/conf/linkage/output/lookups/Unicode/National Reference Files")

  return(nrf_dir)
}
shintoLamp/bluenile documentation built on Aug. 6, 2022, 6:29 a.m.