On Jul 10, 2012, at 2:56 PM, Rich Shepard <rshep...@appl-ecosys.com> wrote:

> On Tue, 10 Jul 2012, Faradj Koliev wrote:
> 
>> I got a csv file ( skater.csv) which i could read by typing:
>> read.csv(file="/Users/kama/Desktop/skatter.csv", header=TRUE, sep=";")
> 
>  Try:
> 
> skatter <- read.csv('/Users/kama/Desktop/skatter.csv', header = T, sep =
> ';')

That seems paradoxical...

Michael

> 
> Rich
> 
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to