- df
A data frame.
- col_types
One of NULL
, a cols()
specification, or
a string.
If NULL
, column types will be imputed using all rows.
- na
Character vector of strings to interpret as missing values. Set this
option to character()
to indicate no missing values.
- trim_ws
Should leading and trailing whitespace (ASCII spaces and tabs) be trimmed from
each field before parsing it?
- locale
The locale controls defaults that vary from place to place.
The default locale is US-centric (like R), but you can use
locale()
to create your own locale that controls things like
the default time zone, encoding, decimal mark, big mark, and day/month
names.
- guess_integer
If TRUE
, guess integer types for whole numbers, if
FALSE
guess numeric type for all numbers.
- guess_max
Maximum number of data rows to use for guessing column types. NA
: uses all data.
- verbose
whether to print messages