Description Usage Arguments Value Examples
Fast data.table-based reading of a subset of columns from a table
1 | fread_cols(file_name, cols_tokeep)
|
file_name |
path of the table to be read |
cols_tokeep |
character vector, names of columns to read |
a data.table with the cols_tokeep
that are found in the table
1 | fread_cols(iris, c('Sepal.Length', 'Sepal.Width')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.