R/games.R

#' Steam Games data
#'
#' A subset of data from steam game data
#'
#' @format ## 'games'
#' A data frame with 13,357 rows and 7 columns:
#' \describe{
#'  \item{id}{Game ID}
#'  \item{name}{Game Name}
#'  \item{release_date}{Data the game was released}
#'  \item{platform_windows}{Boolean Variable indicating if the game can be played on windows os }
#'  \item{platform_linux}{Boolean Variable indicating if the game can be played on linux}
#'  \item{platform_mac}{Boolean Variable indicating if the game can be played on mac os}
#'  \item{price}{Initial Price at release date}
#' }
#'
#' @source
#' [Steam Data](https://www.kaggle.com/datasets/ibriiee/stream-game-date)
"games"

Try the lubrilog package in your browser

Any scripts or data that you put into this service are public.

lubrilog documentation built on April 4, 2025, 6:06 a.m.