On this page
url.show Display a Text URL
  Description
Extension of file.show to display text files from a remote server.
Usage
url.show(url, title = url, file = tempfile(),
         delete.file = TRUE, method, ...)
  Arguments
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   | 
     
Note
Since this is for text files, it will convert to CRLF line endings on Windows.
See Also
Examples
## Not run: url.show("https://www.stats.ox.ac.uk/pub/datasets/csb/ch3a.txt")
  Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.