powered by
This function will return all the CS Go Statistics of the user_id (input).
csgo_api_stats(api_key, user_id)
string with the key provided by the steam API.
PS: If you don`t have a API key yet run vignette("auth", package = "CSGo") and follow the presented steps.
vignette("auth", package = "CSGo")
string with the steam user ID.
Steam ID is the NUMBER OR NAME at the end of your steam profile URL. ex: '76561198263364899'.
PS: The user should have a public status.
data frame with all the CS Go statistics of the user ID.
# NOT RUN { ## It is necessary to fill the "api_key" parameter to run the example df_stats <- csgo_api_stats(api_key = 'XXX', user_id = '76561198263364899') # }
Run the code above in your browser using DataLab