Read Rectangular Text Data


[Up] [Top]

Documentation for package ‘readr’ version 1.1.1

Help Pages

cols Create column specification
cols_condense Examine the column specifications for a data frame
cols_only Create column specification
col_character Parse logicals, integers, and reals
col_date Parse date/times
col_datetime Parse date/times
col_double Parse logicals, integers, and reals
col_factor Parse factors
col_guess Parse using the "best" type
col_integer Parse logicals, integers, and reals
col_logical Parse logicals, integers, and reals
col_number Parse numbers, flexibly
col_skip Skip a column
col_time Parse 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 Convert a data frame to a delimited string
format_delim Convert a data frame to a delimited string
format_tsv Convert a data frame to a delimited string
fwf_cols Read a fixed width file into a tibble
fwf_empty Read a fixed width file into a tibble
fwf_positions Read a fixed width file into a tibble
fwf_widths Read a fixed width file into a tibble
guess_encoding Guess encoding of file
guess_parser Parse using the "best" type
locale Create locales
parse_character Parse logicals, integers, and reals
parse_date Parse date/times
parse_datetime Parse date/times
parse_double Parse logicals, integers, and reals
parse_factor Parse factors
parse_guess Parse using the "best" type
parse_integer Parse logicals, integers, and reals
parse_logical Parse logicals, integers, and reals
parse_number Parse numbers, flexibly
parse_time Parse date/times
problems Retrieve parsing problems
read_csv Read a delimited file (including csv & tsv) into a tibble
read_csv2 Read a delimited file (including csv & tsv) into a tibble
read_delim Read a delimited file (including csv & tsv) into a tibble
read_file Read/write a complete file
read_file_raw Read/write a complete file
read_fwf Read a fixed width file into a tibble
read_lines Read/write lines to/from a file
read_lines_raw Read/write lines to/from a file
read_log Read common/combined log file into a tibble
read_table Read whitespace-separated columns into a tibble
read_table2 Read whitespace-separated columns into a tibble
read_tsv Read a delimited file (including csv & tsv) into a tibble
spec Examine the column specifications for a data frame
spec_csv Generate a column specification
spec_csv2 Generate a column specification
spec_delim Generate a column specification
spec_table Generate a column specification
spec_tsv Generate a column specification
stop_for_problems Retrieve parsing problems
type_convert Re-convert character columns in existing data frame
write_csv Write a data frame to a delimited file
write_delim Write a data frame to a delimited file
write_excel_csv Write a data frame to a delimited file
write_file Read/write a complete file
write_lines Read/write lines to/from a file
write_tsv Write a data frame to a delimited file