I'm trying to import a many gigabyte .txt file to analyze. It is asterisk
delimited. I'm having an issue with the date field in the dataset. In the
first 165 lines dates are listed as :
YYYY-MM-DD HH:MM:SS

Then on the 166th line and in other places the date spans two lines: 
YYYY-MM-DD
HH:MM:SS

This causes a problem because R thinks it has reached the end of a row in
the table. How can I solve this?



--
View this message in context: 
http://r.789695.n4.nabble.com/Huge-Dataset-Dates-Span-two-Lines-tp4701523.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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