Description Usage Arguments Examples
View source: R/RcppExports.R View source: R/read.R
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. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.