Designed to create then join four nested tibbles into one tibble with AccountNumber being the identifier by:

  • Daily

  • Weekly

  • Monthly

  • Yearly

nest_todo(data)

Arguments

data

Tibble/Data Frame with the following columns:

  • Account Number (unique identifier)

  • Date

  • Count

Value

nested and joined tibble

Examples

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