Skip to content

read .csv from web from password protected site

2 messages · Mike Pfeiff, Sarah Goslee

#
Hi Mike,
On Mon, Oct 3, 2011 at 12:31 PM, Mike Pfeiff <MikeP at kfoc.net> wrote:
I'd try first
read.table("http://userid:password at my.url/file.csv"), which is the
standard way to do it (hint: try that form in your web browser and see
whether you can access the data), and if that doesn't work look into
the RCurl package. The list archives have a fair bit of information on
this topic.

Sarah