cols | Create column specification |
cols_condense | Examine the column specifications for a data frame |
cols_only | Create column specification |
col_character | Parse character vector in an atomic vector. |
col_date | Parse a character vector of dates or date times. |
col_datetime | Parse a character vector of dates or date times. |
col_double | Parse character vector in an atomic vector. |
col_euro_double | Parse character vector in an atomic vector. |
col_factor | Parse a character vector into a factor |
col_guess | Parse a character vector into the "best" type. |
col_integer | Parse character vector in an atomic vector. |
col_logical | Parse character vector in an atomic vector. |
col_number | Extract numbers out of an atomic vector |
col_numeric | Parse character vector in an atomic vector. |
col_skip | Parse character vector in an atomic vector. |
col_time | Parse a character vector of dates or date times. |
count_fields | Count the number of fields in each line of a file. |
date_names | Create or retrieve date names |
date_names_lang | Create or retrieve date names |
date_names_langs | Create or retrieve date names |
default_locale | Create locales |
format_csv | Save a data frame to a delimited file. |
format_delim | Save a data frame to a delimited file. |
format_tsv | Save a data frame to a delimited file. |
fwf_empty | Read a fixed width file. |
fwf_positions | Read a fixed width file. |
fwf_widths | Read a fixed width file. |
guess_encoding | Guess encoding of file. |
guess_parser | Parse a character vector into the "best" type. |
locale | Create locales |
output_column | Save a data frame to a delimited file. |
parse_atomic | Parse character vector in an atomic vector. |
parse_character | Parse character vector in an atomic vector. |
parse_date | Parse a character vector of dates or date times. |
parse_datetime | Parse a character vector of dates or date times. |
parse_double | Parse character vector in an atomic vector. |
parse_euro_double | Parse character vector in an atomic vector. |
parse_factor | Parse a character vector into a factor |
parse_guess | Parse a character vector into the "best" type. |
parse_integer | Parse character vector in an atomic vector. |
parse_logical | Parse character vector in an atomic vector. |
parse_number | Extract numbers out of an atomic vector |
parse_numeric | Parse character vector in an atomic vector. |
parse_time | Parse a character vector of dates or date times. |
problems | Retrieve parsing problems. |
readr_example | Get path to readr example |
read_csv | Read a delimited file into a data frame. |
read_csv2 | Read a delimited file into a data frame. |
read_delim | Read a delimited file into a data frame. |
read_file | Read a file into a string. |
read_file_raw | Read a file into a string. |
read_fwf | Read a fixed width file. |
read_lines | Read lines from a file or string. |
read_lines_raw | Read lines from a file or string. |
read_log | Read common/combined log file. |
read_rds | Read object from RDS file. |
read_table | Read text file where columns are separated by whitespace. |
read_tsv | Read a delimited file into a data frame. |
spec | Examine the column specifications for a data frame |
spec_csv | Retrieve the column specification of a file. |
spec_csv2 | Retrieve the column specification of a file. |
spec_delim | Retrieve the column specification of a file. |
spec_table | Read text file where columns are separated by whitespace. |
spec_tsv | Retrieve the column specification of a file. |
stop_for_problems | Retrieve parsing problems. |
type_convert | Re-convert character columns in existing data frame. |
write_csv | Save a data frame to a delimited file. |
write_delim | Save a data frame to a delimited file. |
write_excel_csv | Save a data frame to a delimited file. |
write_file | Write lines/ a file |
write_lines | Write lines/ a file |
write_rds | Write a single R object to file |
write_tsv | Save a data frame to a delimited file. |