I have some trouble with a basic opening of file in R. I have a big text file (> 1 GB) that I want to open with RStudio. First I set the file in the working directory and I load the readr package. Then I use the command
my_data <- read_tsv("Geocode.txt")
However that it seems that a bug follows from this command. (I have the "STOP" button in red without any explanation).
Thank you in advance for any help.