| game_revenue | R Documentation |
This table is a subset of the sj_all_revenue table from the intendo
data package. It's the first 2,000 rows from that table where revenue records
range from 2015-01-01 to 2015-01-21.
game_revenue
A tibble with 2,000 rows and 11 variables:
A character column with unique identifiers for each
user/player.
A character column that contains unique identifiers for
each player session.
A date-time column that indicates when the session (containing the revenue event) started.
A date-time column that indicates exactly when the player purchase (or revenue event) occurred.
A character column that provides the class of the item
purchased.
A character column that provides the name of the item
purchased.
A numeric column with the revenue amounts per item
purchased.
A numeric column that states the length of the
session (in minutes) for which the purchase occurred.
A Date column that provides the date of first login for
the player making a purchase.
A character column that provides the method of
acquisition for the player.
A character column that provides the probable country of
residence for the player.
14-4
Other Datasets:
game_revenue_info,
small_table,
small_table_sqlite(),
specifications
# Here is a glimpse at the data
# available in `game_revenue`
dplyr::glimpse(game_revenue)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.