setColnames | R Documentation |
Return the object with colnames set
setColnames(x, colnames = NULL)
setRownames(x, rownames = NULL)
Return the object with colnames set. This is equivalent to setNames, but for objects that have columns like data frames and matrices.
the same object with colnames set to colnames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.