You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\item{encoding}{ defaultis \code{"unknown"}.Otherpossibleoptionsare \code{"UTF-8"} and \code{"Latin-1"}.Note:itisnotusedtore-encodetheinput, ratherenableshandlingofencodedstringsintheirnativeencoding. }
54
+
\item{encoding}{ defaultis \code{"UTF-8"}.Otherpossibleoptionsare \code{"unknown"} and \code{"Latin-1"}.Note:itisnotusedtore-encodetheinput, ratherenableshandlingofencodedstringsintheirnativeencoding. }
55
55
\item{quote}{ By default (\code{"\""}), ifafieldstartswithadoublequote, \code{fread} handlesembeddedquotesrobustlyasexplainedunder \code{Details}.Ifitfails, thenanotherattemptismadetoreadthefield \emph{asis}, i.e., asifquotesaredisabled.Bysetting \code{quote=""}, thefieldisalwaysreadasifquotesaredisabled.Itisnotexpectedtoeverneedtopassanythingotherthan \"\" to quote; i.e., to turn it off. }
56
56
\item{strip.white}{ Logical, default \code{TRUE}, in which case leading and trailing whitespace is stripped from unquoted \code{"character"} fields. \code{"numeric"} fields are always stripped of leading and trailing whitespace.}
57
57
\item{fill}{logical or integer (default is \code{FALSE}). If \code{TRUE} then in case the rows have unequal length, number of columns is estimated and blank fields are implicitly filled. If an integer is provided it is used as an upper bound for the number of columns. If \code{fill=Inf} then the whole file is read for detecting the number of columns. }
0 commit comments