[R] Downloading file.Rdata from internet

Robert Baer rbaer at atsu.edu
Mon May 4 16:35:20 CEST 2015



On 5/3/2015 7:58 PM, Rafael Costa wrote:
> Dear R users,
>
> To load the file into "http://www.datafilehost.com/d/c7f0d342", I first
> uncheck the "Use our download manager and get recommended downloads" option
> and I click the "DOWNLOAD" button. How do I load and save the file directly
> from R?
>
> Any help on this is most appreciated.
Use the load command:
?load

On windows it might look something like:

load("C:/Users/Rafael Costa/Downloads/tabela1.1.RData")



> Thanks in advance,
> Rafael Costa.
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

-- 


Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A T Still University of Health Sciences
800 W. Jefferson St
Kirksville, MO 63501
rbaer(at)atsu.edu


	[[alternative HTML version deleted]]



More information about the R-help mailing list