plot_day_activity: Barplot displaying the chat activity for a specific day of...

Description Usage Arguments Value Author(s)

View source: R/fct_plots.R

Description

Barplot displaying the chat activity for a specific day of the week

Usage

1
2
3
4
5
plot_day_activity(
  data,
  days = c("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday",
    "Sunday")
)

Arguments

data

tibble provided by the prep_data() function

days

character vector of weekdays ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday")

Value

ggplot2 object

Author(s)

Emanuel Sommer


Eleftheria1/whatsalyze documentation built on Dec. 17, 2021, 6:24 p.m.