search for: cahsee

Displaying 1 result from an estimated 1 matches for "cahsee".

Did you mean: acdsee
2011 Feb 10
2
merge multiple .csv files
Am trying to merge about 15 .csv tables - tried a test run but came up with 0 rows (no data for each variable/column head) > CAHSEE.EA.feb.2009<-read.csv("2009 CAHSEE EA feb 2009.csv", header=TRUE) > CAHSEE.IM.MATH.2009<-read.csv("2009 CAHSEE Impact Math.csv", header=TRUE) > testmerge<-merge(CAHSEE.EA.feb.2009,CAHSEE.IM.MATH.2009) > testmerge [1] Grade LocalStudentID MathPassed...