R/all_fn_tables.R

Defines functions All_FN_Tables

Documented in All_FN_Tables

#' All_FN_Tables
#' @description A vector of tables to be imported from the DATA.ZIP that can be used by
#' other functions in the package.
#' @export


All_FN_Tables <- function() {
  fntable <- c('FN011', 'FN012', 'FN013', 'FN014', 'FN022', 'FN026', 'FN028', 
             'FN121', 'FN122', 'FN123', 'FN124', 'FN125', 'FN126','FN127')
  fntable
}
HoldenJe/gfsR documentation built on Nov. 19, 2024, 5:06 p.m.