I am using the RevoScaleR package in MS Visual Studio, and I'm stuck on a step.
I have one XDF file with a column called "Total_Admits_Pred". I have another XDF file with a column called "Total_Admits".
Both XDF files have the same number of rows. I would like to combine the two XDF files into a single XDF file with both of these columns. How could I do that?
Thanks!
Thomas