I have to read in a file that is "!" delimited. Would it be correct to use the following syntax:
Data<-read.delim(file.choose(),sep="!") Or would it be wrong? I am asking rather than trying it just because I have 3.5 million cases to read in. Thank you! Dimitri ______________________________________________ [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.
