The R Project SVN R

Rev

Rev 61150 | Rev 64055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61150 Rev 61433
Line 160... Line 160...
160
    value is \code{"latin1"} or \code{"UTF-8"} it is used to mark
160
    value is \code{"latin1"} or \code{"UTF-8"} it is used to mark
161
    character strings as known to be in Latin-1 or UTF-8: it is not used
161
    character strings as known to be in Latin-1 or UTF-8: it is not used
162
    to re-encode the input (see \code{fileEncoding}.  See also \sQuote{Details}.
162
    to re-encode the input (see \code{fileEncoding}.  See also \sQuote{Details}.
163
  }
163
  }
164
 
164
 
165
  \item{text}{character string: if \code{file} is not supplied and this is, 
165
  \item{text}{character string: if \code{file} is not supplied and this is,
166
    then data are read from the value of \code{text} via a text connection.
166
    then data are read from the value of \code{text} via a text connection.
167
  }
167
  }
168
 
168
 
169
}
169
}
170
\details{
170
\details{