read_lines | R Documentation |
readLines
with different defaults.Function to wrap readLines
with different defaults.
read_lines(
connection,
n = -1,
collapse = FALSE,
encoding = "UTF-8",
skip_null = FALSE,
warn = FALSE
)
connection |
File name, URL, or connection to load. |
n |
Number of lines to read. Default is all ( |
collapse |
Should the vector which is loaded be collapsed to a length of
|
encoding |
Coding of input. Default is |
skip_null |
Should nulls be skipped? |
warn |
Should |
Character vector.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.