Designed to append on numerous descriptive numeric cognostics as columns then nest into a tibble with "AccountNumber" being the identifier. Based on type parameter, will aggregate and create cognostics by:

  • Day

  • Week

  • Month

  • Year

nest_core(data, type)

Arguments

data

Tibble/Data Frame with the following columns:

  • Account Number (unique identifier)

  • Date

  • Count

type

All meaningfull specifications in English language are supported. Stable arguments are:

  • day

  • week

  • month

  • year

Value

nested tibble

Examples

test
#> Error in eval(expr, envir, enclos): object 'test' not found