I've run into a very strange situation when I load a csv file into R Studio. When I try loading a file with ~190k records, only ~8k records show up in my dataframe.
I tried loading the data into R Studio on my Mac and everything works fine. I Googled the issue but wasn't able to find a solution.
Below are the specs of both machines:
PC - R + R Studio: latest version -
RAM: 8GB
MAC - R + R Studio: latest version -
RAM: 16GB
I've also tried various solutions like (quote = "") but this did not resolve the truncation. Perhaps I'm missing something very simple. Any ideas?