Skip to contents

This dataset contains daily active user (DAU) counts for a specific period, along with slot information.

Usage

dau

Format

A tibble with 19 rows and 3 variables:

date

The date, in Date format.

DAU

Daily active users count, a numeric value.

Slot

Slot number associated with the DAU count, a numeric value.

Examples

data(dau)
head(dau)
#> # A tibble: 6 × 2
#>   date           DAU
#>   <date>       <dbl>
#> 1 2024-05-12 844680.
#> 2 2024-05-13 527738.
#> 3 2024-05-14 649131.
#> 4 2024-05-15 630071.
#> 5 2024-05-16 788329.
#> 6 2024-05-17 649290.