Skip to content
Prev 327442 / 398502 Next

Saving multiple rda-files as one rda-file

On Jul 22, 2013, at 4:18 AM, Dark wrote:

            
The warning messages suggests that the factor levels in object1, object2, object3 in corresponding columns are not the same.
You can identify which columns are factors and make the corresponding columns have levels that span the values.

OR:

Depending on the contents of that factor you could convert to character before the rbind operation. If the levels are not particularly long (in character length), that procedure might not expand the memory footprint very much.