Skip to contents

Get team info

Usage

get_team(team_id)

Arguments

team_id

Team ID

Value

a data.frame

Examples

# \donttest{
sentinels <- get_team(388)
str(sentinels, max.level = 1)
#> List of 27
#>  $ id             : int 388
#>  $ name           : chr "Sentinels"
#>  $ shortName      : chr "SEN"
#>  $ description    : chr "Sentinels is an American esports organization based in Los Angeles which fields teams in Fortnite, Hearthstone,"| __truncated__
#>  $ websiteUrl     : chr "https://www.sentinels.gg/"
#>  $ logoUrl        : chr "https://i.imgur.com/ir3UzZl.webp"
#>  $ liquipediaUrl  : chr "https://liquipedia.net/valorant/Sentinels"
#>  $ twitterUrl     : chr "https://twitter.com/Sentinels"
#>  $ twitchUrl      : chr "https://www.twitch.tv/sentinels"
#>  $ vlrUrl         : chr "https://www.vlr.gg/team/2/sentinels"
#>  $ youtubeUrl     : chr "https://www.youtube.com/c/Sentinels"
#>  $ foundedDate    : chr "2018-06-06T06:34:00.000Z"
#>  $ countryId      : int 226
#>  $ regionId       : int 2
#>  $ rank           : chr "8"
#>  $ regionRank     : int 4
#>  $ aliases        : chr [1:2] "SEN" "SENTI"
#>  $ vctRegion      : chr "AMERICAS"
#>  $ division       : chr "VCT"
#>  $ players        :'data.frame':	8 obs. of  23 variables:
#>  $ members        :'data.frame':	8 obs. of  23 variables:
#>  $ news           :'data.frame':	11 obs. of  4 variables:
#>  $ vct_region     : chr "AMERICAS"
#>  $ ending_elo     : int 1463
#>  $ teamHistory    :'data.frame':	21 obs. of  8 variables:
#>  $ teamHistoryTxns:'data.frame':	34 obs. of  9 variables:
#>  $ ratingHistory  :'data.frame':	16 obs. of  14 variables:
# }