R/cr_alpha_names.R

Defines functions cr_alpha_names

Documented in cr_alpha_names

#' Provide names for Cost Report "Alpha Table" data
#' 
#' @return A list of names for the cost report Alpha Table
#' 
#' @examples
#' 
#' # get the list
#' cr_nmrc_names()
#' 
#' @export

cr_alpha_names <- function() {
  return(c("rpt_rec_num",
           "wksht_cd",
           "line_num",
           "clmn_num",
           "itm_alphanmrc_itm_txt"))
}
robertgambrel/medicare documentation built on May 27, 2019, 10:32 a.m.