Extension of file.show
to display text files from a remote
server.
url.show(url, title = url, file = tempfile(),
delete.file = TRUE, method, …)
The URL to read from.
Title for the browser.
File to copy to.
Delete the file afterwards?
File transfer method: see download.file
Arguments to pass to file.show
.
# NOT RUN {
url.show("http://www.stats.ox.ac.uk/pub/datasets/csb/ch3a.txt")
# }
Run the code above in your browser using DataLab