Description Usage Arguments Value Examples
View source: R/csgo_api_friend.R
This function will return all the CS Go friends of the user_id (input).
1 | csgo_api_friend(api_key, user_id)
|
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. |
data frame with all the CS Go friends of the user ID.
1 2 3 4 5 6 | ## Not run:
## It is necessary to fill the "api_key" parameter to run the example
df_friend <- csgo_api_friend(api_key = 'XXX', user_id = '76561198263364899')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.