I´m trying to merge different data frames which are characterized by a very large number of variables, which are named with codes such as c302
, c303
, etc. The original file imported from SPSS keeps very useful labels.
When I try to merge those data frames (using cbind
or merge
), I lose all the variable labels. Is it possible to keep them?