Description Usage Arguments Value Examples
use readable name of quarters to replace number of quarters.
1 | make_quarter_readable(df, quarter_trans = antgreens::quarter_readable)
|
df |
data frame contains column named with "quarter" |
quarter_trans |
list containing 4 characters and the names of each element is 1, 2, 3, 4, which represents the four quarters. |
data frame with readable "quarter" column
1 2 | df <- data.frame(quarter = c(1,2,3,4))
df <- make_quarter_readable(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.