Skip to content
Prev 15762 / 63461 Next

documentation for 'open': some clarification?

On Thu, 14 Apr 2005, Na Li wrote:

            
You appears to have missed almost all the documentation.
Not surprising, as it is documented as

      open(con, ...)
      ## S3 method for class 'connection':
      open(con, open = "r", blocking = TRUE, ...)

      con: a connection.
            ^^^^^^^^^^^
Or use 'open(con)', but you are asking about the usage of something that 
you never need to use, as should have been clear from all the examples, 
e.g. those in ?readBin (which is in the SeeAlso) that get on fine without 
it.
Have you figured it out?
Help pages are not tutorials: there is a reference on the help page, and 
an article in R-news.  (I have raised several times the idea of a 
technical papers section with such articles, but other do not share my 
enthusiasm.)