Takes an object produced by reduce()
, and counts new and lost
customers.
# S3 method for reduce
summary(object, ..., period = "days", name = "count")
data.frame
reduce object produced by reduce()
names of columns to aggregate counts by
a character string indicating the period to aggregate on. Four options are available: "quarters", "months", "weeks", and "days" (the default option)
The name of the new column in the output. If omitted, it will default to count.