Skip to contents

A dataset containing information about the activity of users.

Usage

user_activity

Format

A data frame with 146,463 rows and 3 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.

build

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

activity_date

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

Details

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