Skip to contents

Creates a heatmap showing campaign progress

Usage

create_campaign_progress_heatmap(summary)

Arguments

summary

tibble Summary table output of get_campaign_progress().

Value

ggplot2 ggplot object.

Examples

if (FALSE) { # \dontrun{
ss_dribble <- googledrive::drive_get("spreadsheet_url")
summary <- get_campaign_progress(ss_dribble)
create_campaign_progress_heatmap(summary)
} # }