Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.