Displaying 2 results from an estimated 2 matches for "kprats".
Did you mean:
prats
2002 Dec 04
2
problem with load('http://....') (PR#2344)
Full_Name: Frank Harrell
Version: 1.6.1
OS: RedHat 8.0 Linux
Submission from: (NULL) (128.143.108.90)
I get an error when trying to load a URL that contains a file that was saved
using save(object, compress=TRUE):
> load('http://hesweb1.med.virginia.edu/biostat/s/data/sav/kprats.sav')
Error in gzfile(file, "rb") : unable to open connection
In addition: Warning message:
cannot open compressed file
`http://hesweb1.med.virginia.edu/biostat/s/data/sav/kprats.sav'
The above file will remain at that URL for your testing.
Thank you very much,
Frank Harrell
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
...2
+++ src/library/base/man/gzcon.Rd 2003/12/12 15:44:51
@@ -35,9 +35,8 @@
}
\seealso{\code{\link{gzfile}}}
\examples{
-\dontrun{## This example may not still be available
-## print the value to see what objects were created.
-con <- url("http://hesweb1.med.virginia.edu/biostat/s/data/sav/kprats.sav")
+\dontrun{## print the value to see what objects were created.
+con <- url("http://host/file.sav")
print(load(con))}
## gzfile and gzcon can inter-work.
Index: src/library/base/man/integer.Rd
===================================================================
RCS file: /...