Displaying 1 result from an estimated 1 matches for "pol_2004".
Did you mean:
ols2004
2007 May 16
2
read.table opening a website incl Password
Dear all,
in the past I have been able to access websites with data directly. For
example the following code works nicely
mydata <-
read.table("http://www.lifetable.de/data/MPIDR/POL_2004.txt", header=TRUE)
But what happens if I need a username and password (a different site)?
How do I do that? Or is it not possible to this in R?
I tried something like this
mydata.frame <- read.table("myusr:mypswd at www.mydata.com/adir/afile.txt")
but it did not work.
I'd...