--- On Wed, 12/23/09, arthurbeer01 wrote:
> From: arthurbeer01
> Subject: [R] Column naming issues using read.table
> To: r-help@r-project.org
> Received: Wednesday, December 23, 2009, 8:31 PM
>
> Hi, this is my first post so please be gentle.
> I quite new to R and
This reads in your posted data:
> x <- read.table(textConnection("Samplerate = 2 samps/sec
+ Nr Cnt1X Cnt1Y Cnt2X Cnt2Y sec100 hour
+ 153 84 43 2 22 12
+ 290 155 74 0 72 12
+ 390 155 74 0 121
Hi, this is my first post so please be gentle.
I quite new to R and using it for my biology degree.
My problem is. Im trying to import data from a .csv file using the
read.table command. The .csv file header starts on row 2 but is contained in
column 1, i have 600 data files and for future ease w
3 matches
Mail list logo