users
users.RdA dataset containing information about the 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, wherexis 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.