Re: [R] read .csv from web from password protected site

2011-10-03 Thread Mike Pfeiff
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

Re: [R] read .csv from web from password protected site

2011-10-03 Thread Sarah Goslee
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@

Re: [R] read .csv from web from password protected site

2011-10-03 Thread Sarah Goslee
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"

[R] read .csv from web from password protected site

2011-10-03 Thread Mike Pfeiff
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