CSGo

CSGo Package

Overview 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.

Continue reading