I have data from ACS Census that has a metadata and tables with coded column names, I need to have the column names changed to the one in the metadata so it makes sense when read. Is there a way to replace the coded column name to actual by linking the table with the metadata.
I have used dplyr package to rename the column one by one, but I cant do it for every table as there are like 32000 columns for a single table(dataframe)
Any help would be appreciated, thanks.