Description Usage Arguments Value Examples
Read text file(s)
1 2 |
input |
Path to the file(s) that you want to read from. This can also be a command, some text or an URL. If a vector of inputs is provided, resulting data frames are appended. |
... |
Other arguments to be passed to data.table::fread. |
data.table |
Whether to return a |
nThread |
Number of threads to use. Default uses all threads minus one. |
A data.frame
by default; a data.table
when data.table = TRUE
.
1 2 3 |
[1] "Component \"Species\": Modes: character, numeric"
[2] "Component \"Species\": Attributes: < target is NULL, current is list >"
[3] "Component \"Species\": target is character, current is factor"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.