as.col_spec | Generate a column specification |
callback | Callback classes |
clipboard | Returns values from the clipboard |
cols | Create column specification |
col_skip | Skip a column |
count_fields | Count the number of fields in each line of a file |
datasource | Create a source object. |
date_names | Create or retrieve date names |
edition_get | Retrieve the currently active edition |
encoding | Guess encoding of file |
format_delim | Convert a data frame to a delimited string |
locale | Create locales |
melt_delim | Return melted data for each token in a delimited file... |
melt_delim_chunked | Melt a delimited file by chunks |
melt_fwf | Return melted data for each token in a fixed width file |
melt_table | Return melted data for each token in a whitespace-separated... |
output_column | Preprocess column for output |
parse_atomic | Parse logicals, integers, and reals |
parse_datetime | Parse date/times |
parse_factor | Parse factors |
parse_guess | Parse using the "best" type |
parse_number | Parse numbers, flexibly |
parse_vector | Parse a character vector. |
problems | Retrieve parsing problems |
read_builtin | Read built-in object from package |
read_delim | Read a delimited file (including CSV and TSV) into a tibble |
read_delim_chunked | Read a delimited file by chunks |
read_file | 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_chunked | Read lines from a file or string by chunk. |
read_log | Read common/combined log file into a tibble |
read_rds | Read/write RDS files. |
readr_example | Get path to readr example |
readr-package | readr: Read Rectangular Text Data |
readr_threads | Determine how many threads readr should use when processing |
read_table | Read whitespace-separated columns into a tibble |
read_table2 | Read whitespace-separated columns into a tibble |
should_read_lazy | Determine whether to read a file lazily |
should_show_types | Determine whether column types should be shown |
show_progress | Determine whether progress bars should be shown |
spec | Examine the column specifications for a data frame |
spec_delim | Generate a column specification |
tokenize | Tokenize a file/string. |
Tokenizers | Tokenizers. |
type_convert | Re-convert character columns in existing data frame |
with_edition | Temporarily change the active readr edition |
write_delim | Write a data frame to a delimited file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.