# NOT RUN {
## It is necessary to fill the "api_key" parameter to run the example
df_profile <- csgo_api_profile(api_key = 'XXX', user_id = '76561198263364899')
df_profile <- csgo_api_profile(
api_key = 'XXX',
user_id = list('76561198263364899','76561197996007619')
)
df_profile <- csgo_api_profile(api_key = 'XXX', user_id = 'kevinarndt', name = TRUE)
# }
Run the code above in your browser using DataLab