Dear community,
This is my first post, I'm a beginner, trying to learn and create my first project, so thanks for your help and guidance.
I'm trying to analize a project that include a year operation report. I was given .csv files by each month, so I create a list, used lapply to read all the files and bind_rows to join everything.
At this point the new merged files has around 5.5 millions rows, so when I try to view this file, the system just crash, same when trying to create new columns. Im working in Rstudio desktop.