dtcolnames | R Documentation |
Get the data column names from data.table; exclude ID col
dtcolnames(object, excluded = "sample")
object |
[type: data.table] A data.table with an identifier column or more. |
excluded |
[type: vector<character>, default: "sample"] A character vector of one or more column names to exclude. |
character<vector>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.