Re: [R] Problem with downloading workspace file from a web address

2009-09-27 Thread Paul Smith
2009/9/27 Uwe Ligges : >> To load a previously saved workspace, one can do the following: >> >> load("/path/to/the/saved/workspace/file") >> >> However, if the path to the saved workspace file is a web address, one >> gets the following error: >> >> «Error in readChar(con, 5L, useBytes = TRUE) : ca

Re: [R] Problem with downloading workspace file from a web address

2009-09-27 Thread Uwe Ligges
Paul Smith wrote: Dear All, To load a previously saved workspace, one can do the following: load("/path/to/the/saved/workspace/file") However, if the path to the saved workspace file is a web address, one gets the following error: «Error in readChar(con, 5L, useBytes = TRUE) : cannot open t

[R] Problem with downloading workspace file from a web address

2009-09-26 Thread Paul Smith
Dear All, To load a previously saved workspace, one can do the following: load("/path/to/the/saved/workspace/file") However, if the path to the saved workspace file is a web address, one gets the following error: «Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection In addit