All functions

clipboard()

Returns values from the clipboard

col_skip()

Skip a column

cols() cols_only()

Create column specification

count_fields()

Count the number of fields in each line of a file

date_names() date_names_lang() date_names_langs()

Create or retrieve date names

guess_encoding()

Guess encoding of file

format_delim() format_csv() format_csv2() format_tsv()

Convert a data frame to a delimited string

locale() default_locale()

Create locales

melt_delim() melt_csv() melt_csv2() melt_tsv()

Return melted data for each token in a delimited file (including csv & tsv)

melt_fwf()

Return melted data for each token in a fixed width file

melt_table() melt_table2()

Return melted data for each token in a whitespace-separated file

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() guess_parser()

Parse using the "best" type

parse_number() col_number()

Parse numbers, flexibly

problems() stop_for_problems()

Retrieve parsing problems

read_delim() read_csv() read_csv2() read_tsv()

Read a delimited file (including csv & tsv) into a tibble

read_file() read_file_raw() write_file()

Read/write a complete file

read_fwf() fwf_empty() fwf_widths() fwf_positions() fwf_cols()

Read a fixed width file into a tibble

read_lines() read_lines_raw() write_lines()

Read/write lines to/from a file

read_log()

Read common/combined log file into a tibble

read_table() read_table2()

Read whitespace-separated columns into a tibble

readr_example()

Get path to readr example

show_progress()

Determine progress bars should be shown

cols_condense() spec()

Examine the column specifications for a data frame

spec_delim() spec_csv() spec_csv2() spec_tsv() spec_table() spec_table2()

Generate a column specification

type_convert()

Re-convert character columns in existing data frame

write_delim() write_csv() write_csv2() write_excel_csv() write_excel_csv2() write_tsv()

Write a data frame to a delimited file