Skip to contents

A dataset containing information about the users.

Usage

users

Format

A data frame with 47,031 rows and 4 variables:

user

A character vector that represents the user ID. Each user is denoted as user_x, where x is a unique identifier for each user.

first_build

A character vector that represents the first build version that the user was on. It is denoted in the format major.minor.hotfix.

activity_start

A Date vector that represents the start date of the user's activity.

activity_days

An integer vector that represents the number of days the user has been active.

Details

This dataset is used to track the activity of users from their first build version and date. It can be used for analyses such as user retention, activity patterns, and the impact of different build versions on user activity.