I need to read an ".xlsx" file in R, using the readxl
library, but the file has more than a million lines, the session is aborted and I can not finish reading.
How can I resolve this?
It's worth noting that my computer crashes when you perform this command.
I used the following commands to read the file:
read_excel("arquivo.xlsx")
read_xlsx("arquivo.xlsx")