df_rename: Illustration of crayon colors

Description Usage Arguments Value Examples

View source: R/hello.R

Description

Creates a plot of the crayon colors in brocolors

Usage

1
df_rename(data_set, names, title)

Arguments

data_set

The data frame to be edited

names

the rownames to be displayed

title

the names of the row name.

Value

None

Examples

1
2
3
4
5
df_rename(
     data.frame(letters[1:5], 1:5),
     LETTERS[1:5],
     "CAPS"
)

mattkcole/lamaR documentation built on May 21, 2019, 1:24 p.m.