I have 2 large CSV files, which contains same data. However, their file sizes vary slightly. I'm guessing this is due to different quote argument used while generating those files using data.table's fwrite().
How do I determine in R if text entries in CSV files are surrounded by quotes? I cannot open them in Notepad++ due to file size.