The R Project SVN R

Rev

Rev 87286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87286 Rev 88893
Line 40... Line 40...
40
  \item{buffersize}{Maximum number of lines to read at one time}
40
  \item{buffersize}{Maximum number of lines to read at one time}
41
  
41
  
42
  \item{fileEncoding}{character string: if non-empty declares the
42
  \item{fileEncoding}{character string: if non-empty declares the
43
    encoding used on a file (not a connection) so the character data can
43
    encoding used on a file (not a connection) so the character data can
44
    be re-encoded.  See the \sQuote{Encoding} section of the help for
44
    be re-encoded.  See the \sQuote{Encoding} section of the help for
45
    \code{\link{file}}, the \sQuote{R Data Import/Export} manual and
45
    \code{\link{file}}, and \manual{R-data}{Variations on read.table}.}
46
    \sQuote{Note}.}
-
 
47
  
46
  
48
  \item{\dots}{further arguments to be passed to
47
  \item{\dots}{further arguments to be passed to
49
    \code{\link{read.table}}.  Useful such arguments include
48
    \code{\link{read.table}}.  Useful such arguments include
50
    \code{as.is}, \code{na.strings}, \code{colClasses} and \code{strip.white}.}
49
    \code{as.is}, \code{na.strings}, \code{colClasses} and \code{strip.white}.}
51
}
50
}