R/cr_nmrc_names.R

Defines functions cr_nmrc_names

Documented in cr_nmrc_names

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

cr_nmrc_names <- function() {
  return(c("rpt_rec_num",
           "wksht_cd",
           "line_num",
           "clmn_num",
           "itm_val_num"))
}

Try the medicare package in your browser

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

medicare documentation built on May 1, 2019, 10:19 p.m.