Need HELP: how find and use a csv file?
On Jul 10, 2012, at 2:56 PM, Rich Shepard <rshepard at 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 at 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.