Hi guys,
fair warning, I am quite new to R coding.
Basically, I am trying to load in a sheet from a xlsx file using the read_excel function from the readxl library (which, from what I've read online, is a standard and reasonably efficient way of doing so).
But it just never finishes loading, with the little red stop sign being up indicating that it is trying to read in the file, but I waited for about 5 minutes and still nothing happened. The sheet is about 3,000 rows and 5 columns, but I then tested with a file which is only 20 rows and 5 columns, and still I had the same issue. I will include some screenshots below, but I am concerned that maybe my computer just has really bad memory?
I managed to solve the issue by reinstalling Rcpp, I think for some reason Rcpp wasn't fully installed (which was leading to RStudio getting caught in loops when doing some external C++ stuff I believe). Thanks again for the help Steph!
I was on my phone earlier and was going to get to my computer to say to reinstall that. Glad it worked out! Mark your own response as a solution to help anyone looking in the future.