Learn R Programming

SveltePlots (version 0.1.0)

dau: Daily Active Users Data

Description

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

Usage

dau

Arguments

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

Run this code
data(dau)
head(dau)

Run the code above in your browser using DataLab