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 = ';') 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.