I'm having trouble reading 300MB xlsx file in R

0

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")
    
asked by anonymous 11.10.2018 / 21:05

0 answers