collector               Parse character vectors into typed columns.
count_fields            Count the number of fields in each line of a
                        file.
parse_datetime          Parse a character vector of dates or date
                        times.
problems                Retrieve parsing problems.
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.
type_convert            Re-convert character columns in existing data
                        frame.
write_csv               Save a data frame to a csv file.
