View source: R/read.R View source: R/RcppExports.R
Generic fast read
These functions read a file into memory. We memory map the file for fast I/O.
The file is read in as a character vector (length one for read
,
length n
for readlines
).
1 2 3 |
file |
Path to a file. |
path |
File path |
lines |
As text lines file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.