Designed to unnest a nested tibble, which is a list of lists

nest_interval_unnest(data)

Arguments

data

Tibble/Data Frame with the following columns:

  • Account Number (unique identifier)

  • Date

  • Count

Value

unnested tibble

Examples

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