I'm trying to read in a .csv file in R from the IRS and it doesn't appear to be formatted in any weird way, and I'm just using the read.table function as I've used a million times before. I can't find any solutions already available to this problem that seem to help me. Here's the code I'm using: from the