I would like to upload a huge file (50GB .csv) to Amazon EC2 RStudio set-up in order to make some statistical calculations.
I do only hve little experience with unix/linux. Is there a way to upload directly within RStudio?
Thanks!
I would like to upload a huge file (50GB .csv) to Amazon EC2 RStudio set-up in order to make some statistical calculations.
I do only hve little experience with unix/linux. Is there a way to upload directly within RStudio?
Thanks!
First make your file in S3 public by selecting the file and then select Make public from the drop down- Action, right click the file for properties and copy the link (http://s3-us-west....)and then read the csv file as below a <- read.csv("link", header=TRUE)