| game_revenue_info {pointblank} | R Documentation |
A table with metadata for the game_revenue dataset
Description
This table contains metadata for the game_revenue table. The first column
(named column) provides the column names from game_revenue. The second
column (info) contains descriptions for each of the columns in that
dataset. This table is in the correct format for use in the
info_columns_from_tbl() function.
Usage
game_revenue_info
Format
A tibble with 11 rows and 2 variables:
- column
A
charactercolumn with unique identifiers for each user/player.- info
A
charactercolumn that contains unique identifiers for each player session.
Function ID
14-5
See Also
Other Datasets:
game_revenue,
small_table,
small_table_sqlite(),
specifications
Examples
# Here is a glimpse at the data
# available in `game_revenue_info`
dplyr::glimpse(game_revenue_info)
[Package pointblank version 0.12.1 Index]