game_revenue_info: A table with metadata for the 'game_revenue' dataset

game_revenue_infoR 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 character column with unique identifiers for each user/player.

info

A character column 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)


rich-iannone/pointblank documentation built on March 29, 2024, 6:24 a.m.