inst/doc/auth.R

## ---- 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)
#  

Try the CSGo package in your browser

Any scripts or data that you put into this service are public.

CSGo documentation built on May 8, 2021, 1:06 a.m.