changecol_pacfin.Rd
Change the column names of data extracted from PacFIN to match those extracted from the survey-data warehouse.
changecol_pacfin(data, verbose = TRUE)
A data frame with names matching those from PacFIN.
A logical specifying if output should be written to the
screen or not. Good for testing and exploring your data but can be turned
off when output indicates information that you already know. The printing
of output to the screen does not affect any of the returned objects. The
default is to always print to the screen, i.e., verbose = TRUE
.
A data frame with names similar to those exported by the survey-data warehouse. No column are actually removed, columns are only added.