| collector | Parse character vectors into typed columns. |
| col_character | Parse character vectors into typed columns. |
| 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 vectors into typed columns. |
| col_euro_double | Parse character vectors into typed columns. |
| col_factor | Parse character vectors into typed columns. |
| col_integer | Parse character vectors into typed columns. |
| col_logical | Parse character vectors into typed columns. |
| col_numeric | Parse character vectors into typed columns. |
| col_skip | Parse character vectors into typed columns. |
| count_fields | Count the number of fields in each line of a file. |
| fwf_empty | Read a fixed width file. |
| fwf_positions | Read a fixed width file. |
| fwf_widths | Read a fixed width file. |
| parse_character | Parse character vectors into typed columns. |
| 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 vectors into typed columns. |
| parse_euro_double | Parse character vectors into typed columns. |
| parse_factor | Parse character vectors into typed columns. |
| parse_integer | Parse character vectors into typed columns. |
| parse_logical | Parse character vectors into typed columns. |
| parse_numeric | Parse character vectors into typed columns. |
| problems | Retrieve parsing problems. |
| 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_fwf | Read a fixed width file. |
| read_lines | Read lines from a file or string. |
| read_log | Read common/combined log file. |
| read_table | Read text file where columns are separated by whitespace. |
| read_tsv | Read a delimited file into a data frame. |
| type_convert | Re-convert character columns in existing data frame. |
| write_csv | Save a data frame to a csv file. |