Description Usage Arguments Value Examples
View source: R/cat_barplot_double_count_loop.R
Title
1 | cat_barplot_double_count_loop(df, date_col, categorie_col)
|
df |
A data frame with at least two columns. |
date_col |
A date column. |
categorie_col |
A column with a categorie. |
A list containing ggplot2 object.
1 2 3 | test <- nycflights13::flights %>%
dplyr::mutate(date = lubridate::as_date(paste(year, month, day, sep="-")))
cat_barplot_double_count_loop(df = test, date_col = date, categorie_col = carrier)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.