Skip to content
Prev 244001 / 398506 Next

Loading .RData from Internet

Dear All,

Can you please suggest me a correct way to load the following R data frame
from the internet and save it to the hard drive?

The following is what I tried:
However, when I used dim() to check the dataset, I got:
[1] 11085  1

The correct dimension should be 5000 and 10.

Many Thanks.