hc.growth: Headcount Growth

Description Usage Arguments

Description

Using start date and end date, this function generates the headcount growth percent between two dates.

Usage

1
hc.growth(df, start.date, end.date, start.var, term.var, group.var = NULL)

Arguments

df

data frame containing start date, end date, and any group variables preferred.

start.date

character string containing the queried beginning date.

end.date

character string containing the queried ending date.

start.var

character string containing name of start date variable.

term.var

character string containing name of end date variable.

group.var

character string containing the name of a grouping variable. Defaults to NULL.


eknud/namely documentation built on May 16, 2019, 2:25 a.m.