overtime_by: overtime_by

Description Usage Arguments Value Examples

Description

**Designed to append on numerous summary statistics as columns then nest into a tibble with grouped variables in 'data' being the identifier(s). Based on 'type' parameter, will aggregate and create cognostics by:** * Day * Week * Month * Year To allow further appending, the newly created nested tibble and the original data will be return in a list.

Usage

1

Arguments

data

Nested tibble or non-nested tibble with the following columns: * A unique identifier (usually made by a 'group_by“ call) * A continious date column * A numeric column, one observation per date per unique identifier

type

All meaningfull specifications in English language are supported. Stable arguments are: * 'day' * 'week' * 'month' * 'year'

Value

List that contains [nestedTibble, tibble]

Examples

1

clarkjoe/overtime documentation built on May 9, 2019, 8:13 a.m.