get_game_group.RdRetrieve details about the game groups (or community hubs) associated with an appID.
get_game_group(appids)A dataframe containing information about the game group
associated with an application. Notably, the columns clanAccountID
and clanSteamIDString contain the clanID and gid, respectively.
Each row represents one appID.
if (FALSE) { # \dontrun{
# get the community hubs of Counter Strike and Team Fortress
get_game_group(c(10, 440))
} # }