Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (2.1.5) of this package.
Take me there.
readr (version 0.1.1)
Read Tabular Data
Description
Read flat/tabular text files from disk.
Copy Link
Link to current version
Version
Version
2.1.5
2.1.4
2.1.3
2.1.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Install
install.packages('readr')
Monthly Downloads
1,003,752
Version
0.1.1
License
GPL (>= 2)
Maintainer
Hadley Wickham
Last Published
May 29th, 2015
Functions in readr (0.1.1)
Search all functions
problems
Retrieve parsing problems.
col_types_standardise
Standardise column types.
write_csv
Save a data frame to a csv file.
col_names_standardise
Standardise column names
read_lines
Read lines from a file or string.
datasource
Create a source object.
read_delim
Read a delimited file into a data frame.
read_file
Read a file into a string.
read_table
Read text file where columns are separated by whitespace.
tokenize
Tokenize a file/string.
read_fwf
Read a fixed width file.
read_log
Read common/combined log file.
collector
Parse character vectors into typed columns.
Tokenizers
Tokenizers.
parse_vector
Parse a character vector.
parse_datetime
Parse a character vector of dates or date times.
count_fields
Count the number of fields in each line of a file.
type_convert
Re-convert character columns in existing data frame.