CSGo Package
Overview GitHub: adsoncostanzifilho/CSGo The CSGo package is an R client for accessing Steam’s REST API specifically for the Counter-Strike Global Offensive Game (CS Go) data. Check out the Steam documentation website and the Package Page for more information. Installation To get the current released version from CRAN: install.packages("CSGo") To get the current development version from GitHub: # install.packages("devtools") devtools::install_github("adsoncostanzifilho/CSGo") Example The first step to use the CSGo package is to have your own credentials (API key) to pull the CSGo data from the Steam API. For more information about how to get your own API Key run in your R vignette("auth", package = "CSGo"), or click here. ...