url.show {utils} | R Documentation |
Extension of file.show
to display text files from a remote
server.
url.show(url, title = url, file = tempfile(),
delete.file = TRUE, method, ...)
url |
The URL to read from. |
title |
Title for the browser. |
file |
File to copy to. |
delete.file |
Delete the file afterwards? |
method |
File transfer method: see |
... |
Arguments to pass to |
url
, file.show
, download.file
## Not run: url.show("http://lib.stat.cmu.edu/datasets/csb/ch3a.txt")