date_diff: Show period-over-period reporting

Description Usage Arguments Value

Description

Show period-over-period reporting

Usage

1
2
date_diff(df, date_col, key_colname = "metric", value_colname = "value",
  cols_to_keep = NULL)

Arguments

df

input data frame

date_col

string giving date field colname

key_colname

string giving the "key" name (see gather_)

value_colname

string giving the "value" name (see gather_)

cols_to_keep

string vector indicating other columns to keep

Value

df period-over-period and other breakdowns


brianwonch/mediamunger documentation built on May 13, 2019, 7:42 a.m.