Description Usage Arguments Details Examples
Dealing with rownames
1 2 3 | un_rownames(x)
std_rownames(x, rowname = NULL)
|
x |
data.frame. |
rowname |
the column name for the rownames. Default value is |
un_row_names
removes the row names of a data.frame.
std_row_names
standardizes row names. In other words, it removes them
and attaches as a new column into a new data.frame
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.