fread_rownames | R Documentation |
Use 'fread()' to read a csv/tsv with row names (e.g. one created with 'write.table()')
fread_rownames(..., row.var = "rowname")
... |
Arguments passed on to
|
row.var |
Name of column that will hold row names. Setting this parameter to NULL will maintain row names as row names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.