dau {SveltePlots} | R Documentation |
Daily Active Users Data
Description
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)
[Package SveltePlots version 0.1.0 Index]