Displaying 1 result from an estimated 1 matches for "workspace20090922".
2009 Sep 26
1
Problem with downloading workspace file from a web address
..., 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 addition: Warning message:
In readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file
'http://phhs80.googlepages.com/workspace20090922', probable reason 'No
such file or directory'?
To circumvent this problem, one can download the saved workspace file
to a local folder with download.file() and the option
mode="wb"
active.
My question is: Should not load() have the same mode option so that
everything could...