[R] data merging

Shane Carey careyshan at gmail.com
Wed Feb 17 17:01:53 CET 2016


Hi,

Im trying to append rows to a data frame using smartbind

I have 3 dataframes:

> dim(DATA_WH)[1] 235  24> dim(DATA_GW)[1] 3037   41> dim(DATA_NFGWS)[1] 2485   62

B<-smartbind(DATA_NFGWS,DATA_WH)


However I get the following error:

 Error in `[.data.frame`(block, , col) : undefined columns selected


Any advice on this would be greatly appreciated!! Driving me nuts!!
Thanks
-- 
Shane

	[[alternative HTML version deleted]]



More information about the R-help mailing list