R/data.R

#' Categories and Descriptions of the Statistics Data
#'
#' A dataset containing the categories, descriptions and types of the statistics data pulled from the csgo_api_stats.
#'
#' @format A data frame with 133 rows and 4 variables:
#' \describe{
#'   \item{name_match}{Name to match with the name statistics data.}
#'   \item{category}{Category name of the statistic.}
#'   \item{desc}{Statistic description.}
#'   \item{type}{Statistic type.}
#'   ...
#' }
#' @source Created by the author.
"support"



#' Maps Images
#'
#' A dataset containing the pictures of each map.
#'
#' @format A data frame with 34 rows and 2 variables:
#' \describe{
#'   \item{map_name}{Name of the map.}
#'   \item{map_photo}{The image address.}
#'   ...
#' }
#' @source Created by the author.
"map_pictures"


#' Weapon Images
#'
#' A dataset containing the pictures of each map.
#'
#' @format A data frame with 34 rows and 2 variables:
#' \describe{
#'   \item{weapon_name}{Name of the weapon.}
#'   \item{weapon_photo}{The image address.}
#'   ...
#' }
#' @source Created by the author.
"weapon_pictures"

Try the CSGo package in your browser

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

CSGo documentation built on May 8, 2021, 1:06 a.m.