e website do not require me to reenter
info.
-Original Message-
From: Sarah Goslee [mailto:sarah.gos...@gmail.com]
Sent: Monday, October 03, 2011 3:07 PM
To: Mike Pfeiff; r-help
Subject: Re: [R] read .csv from web from password protected site
Hi,
I've assumed that you meant to se
ask.
If so, you'll need to work through the Forms section at
http://www.omegahat.org/RCurl/philosophy.html
Sarah
>
>
> -----Original Message-
> From: Sarah Goslee [mailto:sarah.gos...@gmail.com]
> Sent: Monday, October 03, 2011 2:26 PM
> To: Mike Pfeiff
> Cc: r-help@
Hi Mike,
On Mon, Oct 3, 2011 at 12:31 PM, Mike Pfeiff wrote:
> I am very new to R and have been struggling trying to read a basic ".csv"
> file from a password protected site with the following code:
>
> myURL
> ="http://www.frontierweather.com/degreedays/L15N15PowerRegionAverages_10weeks.txt"
I am very new to R and have been struggling trying to read a basic ".csv" file
from a password protected site with the following code:
myURL
="http://www.frontierweather.com/degreedays/L15N15PowerRegionAverages_10weeks.txt";
test2=read.table(url(myURL),header=TRUE,sep=",")
A 'data.frame' is re
4 matches
Mail list logo