R/sc2api.R

#' \code{SC2API} package
#'
#' A simple wrapper written in R for Blizzard's Starcraft II API. Enables users to retrieve various data pertaining to
#' accounts, profiles, seasons and ladders.
#' @docType package
#' @name SC2API
#'
#' @details
#'
#' Before using, it is recommended to view the README on
#' \href{https://github.com/SamMorrissette/sc2api#readme}{GitHub}
#'
#' Further documentation can be found in Blizzard's
#' \href{https://develop.battle.net/documentation/starcraft-2}{Starcraft II API documentation}.
#'
NULL

Try the SC2API package in your browser

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

SC2API documentation built on Oct. 23, 2020, 7:10 p.m.