csgo_api_ach {CSGo} | R Documentation |
CS Go Achievements
Description
This function will return all the CS Go Achievements of the user_id (input).
Usage
csgo_api_ach(api_key, user_id)
Arguments
api_key |
string with the key provided by the steam API. PS: If you don't have a API key yet run |
user_id |
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. |
Value
data frame with all the CS Go achievements of the user ID.
Examples
## Not run:
## It is necessary to fill the "api_key" parameter to run the example
df_ach <- csgo_api_ach(api_key = 'XXX', user_id = '76561198263364899')
## End(Not run)
[Package CSGo version 0.6.7 Index]