[R] Adding rows to column

1Rnwb sbpurohit at gmail.com
Thu Oct 21 22:59:48 CEST 2010


If I understand correctly you want to create a new dataframe with selected
columns which  can be achieved this was as well, it will right away create a
new dataframe with column headers

df2<-df1[ ,c(3,7,9,11,13,15)]
-- 
View this message in context: http://r.789695.n4.nabble.com/Adding-rows-to-column-tp3005607p3006284.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list