hi
i created two files in excel with a dbf format in a similar way. the first is
opened in R, however, when i try to open the second. i received the following
message:
sites.can <- read.csv("SITES.csv")
Error in read.table(file = file, header = header, sep = sep, quote = quote, :
more columns than column names
>
The second file works with the same command
larynx.can <- read.csv("LARYNX.csv")
>
SO, WHAT IS THE SOLUTIO????????????
Regards
Ahmed
---------------------------------
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.