Description Usage Arguments Value Examples
Creates a plot of the crayon colors in brocolors
1 |
data_set |
The data frame to be edited |
names |
the rownames to be displayed |
title |
the names of the row name. |
None
1 2 3 4 5 | df_rename(
data.frame(letters[1:5], 1:5),
LETTERS[1:5],
"CAPS"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.