The R Project SVN R

Rev

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

Rev 87828 Rev 87850
Line 103... Line 103...
103
  \code{\link{iconv}} to re-encode the result e.g.  to UTF-8 with suitably
103
  \code{\link{iconv}} to re-encode the result e.g.  to UTF-8 with suitably
104
  substituted invalid bytes.
104
  substituted invalid bytes.
105
}
105
}
106
 
106
 
107
\section{Warning}{
107
\section{Warning}{
108
  An all too cmmmon mis-usage is to pass unnamed arguments which are then
108
  An all too common mis-usage is to pass unnamed arguments which are then
109
  matched to one or more of \code{fixed},
109
  matched to one or more of \code{fixed},
110
  \code{perl} and \code{useBytes}.  So it is good
110
  \code{perl} and \code{useBytes}.  So it is good
111
  practice to name all  the arguments.
111
  practice to name all  the arguments.
112
}
112
}
113
 
113