Package index
-
col_skip()
cols()
cols_only()
- Create column specification
-
date_names()
date_names_lang()
date_names_langs()
- Create or retrieve date names
-
locale()
default_locale()
- Create locales
-
parse_logical()
parse_integer()
parse_double()
parse_character()
col_logical()
col_integer()
col_double()
col_character()
- Parse logicals, integers, and reals
-
parse_datetime()
parse_date()
parse_time()
col_datetime()
col_date()
col_time()
- Parse date/times
-
parse_factor()
col_factor()
- Parse factors
-
parse_guess()
col_guess()
- Parse using the "best" type
-
parse_number()
col_number()
- Parse numbers, flexibly
-
type_convert()
- Re-convert character columns in existing data frame