When trying to parse a CSV file that has no header, we still attempt to read a header, resulting in problems. Using colNames doesn't help (although it does assign the correct column names).
Maybe need an option that allows to say "no header" or something.
When trying to parse a CSV file that has no header, we still attempt to read a header, resulting in problems. Using
colNames
doesn't help (although it does assign the correct column names).Maybe need an option that allows to say "no header" or something.