Skip to content
Prev 8548 / 63424 Next

problem with load('http://....') (PR#2344)

On 4 Dec 2002, Peter Dalgaard BSA wrote:

            
Right, this is not what the `file' argument of load() is documented as.
That is neither a file name nor a connection.

I am worried about attempting to get a binary file over a url connection,
but in principle what you should do is

load(url('http://hesweb1.med.virginia.edu/biostat/s/data/sav/kprats.sav'))

That fails I think because the connection cannot handle binary files,
but I will look further when I have time.