## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----example1, eval=FALSE-----------------------------------------------------
#  library(CSGo)
#  
#  df <- csgo_api_profile(api_key = 'your_key', user_id = '76561198263364899')
#  

## ----example2, eval=FALSE-----------------------------------------------------
#  library(CSGo)
#  
#  df1 <- csgo_api_profile(api_key = 'your_key', user_id = '76561198263364899')
#  df2 <- csgo_api_profile(api_key = 'your_key', user_id = 'generalcapivara', name = TRUE)
#