Creates a heatmap showing campaign progress
create_campaign_progress_heatmap.Rd
Creates a heatmap showing campaign progress
Arguments
- summary
tibble
Summary table output ofget_campaign_progress()
.
Examples
if (FALSE) { # \dontrun{
ss_dribble <- googledrive::drive_get("spreadsheet_url")
summary <- get_campaign_progress(ss_dribble)
create_campaign_progress_heatmap(summary)
} # }