R/rename_sf2alife.R

Defines functions rename_sf2alife

#' Rename sample files to alife variables
#' 
#' @noRd
#' @name rename_sf2alife
#' 
#' @param sample_file A data.table
#' @param invert Rename from alife to sample file


rename_sf2alife <- function(sample_file) {
  lookup <-
    c("ic_taxable_income_loss" = "Taxable_Income",
      "is_net_rent" = "Net_rent_amt", 
      "")
}

Try the grattan package in your browser

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

grattan documentation built on Sept. 4, 2023, 5:08 p.m.