Re: [R] split data into columns from dataframe

2013-03-12 Thread Rui Barradas
Hello, Like Ivan said, use read.table to read in the data and then, to select only some of the columns you can use several ways. data_30min <- read.table(text = " 1 19710629 08(PARTIAL) 39.3 at interval beginning 19701126 010326 2 19720629 08(PARTIAL) 33.8 at interval be

Re: [R] split data into columns from dataframe

2013-03-12 Thread Ivan Calandra
What about read.table()? -- Ivan CALANDRA Université de Bourgogne UMR CNRS/uB 6282 Biogéosciences 6 Boulevard Gabriel 21000 Dijon, FRANCE +33(0)3.80.39.63.06 ivan.calan...@u-bourgogne.fr http://biogeosciences.u-bourgogne.fr/calandra Le 12/03/13 10:03, Roslina Zakaria a écrit : Dear r-users,