I just started with an R course and I'm in the part of importing data, the option to import from a URL comes out in the course -
But in my Rstudio it does not come out, this is because I'm missing some package? Does the version you install (last) no longer allow that kind of amount?
I can do it by command only that I do not get the option from the import:
> sample <- read.table("http://aprender.uib.es/Rdir/pearson.txt", header=TRUE, quote="\"")
> View(sample)