Description Usage Arguments Value See Also Examples
View source: R/dog_double_count.R
This function takes a date column and a categorical variable and returns a data frame with the number
1 | dog_double_count(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 data frame with three columns:
The categorie
column specified in the arguments.
n:
is a count of the categorie
column (Is useless without the next column).
nn:
Count of number of days. This column denotes the count for the number of days
that categorie
had a count of n
.
cat_barplot_double_count
for creating the input data frame.
Other Special barplot: cat_barplot_double_count
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.