graph_aggregate_dates: Create a barplot showing the number of unique dates at each...

Description Usage Arguments Value Examples

View source: R/graphs.R

Description

This takes a vector of Dates and creates a barplot showing how many unique dates are in the data, at the original inputted unit and at every level of aggregation (week, month, bimonth, quarter, halfyear, year).

Usage

1

Arguments

data

A vector of dates in the Date format.

Value

A ggplot2 graph

Examples

1
graph_aggregate_dates(deidentify::initiations$received_date)

phillydao/deidentify documentation built on Feb. 4, 2021, 2:31 p.m.