queryLogstf: Do complicated queries of TF2stats

Description Usage Arguments Value

View source: R/queryLogstf.R

Description

Builds a list of logs that are relevant for a query using the union of all the log IDs for the individual queries. The queries that can be done right now are player queries using log.tf Search tool as well as season and tournament using comp.tf historical pages. The players can be inputed as a list of Steam ID3s or custom profile names which are then converted into steam ID3s. Whenever possible, the program uses the archive to find log IDs for events.

Usage

1
2
queryLogstf(players = c(), teamName = "", season = "", tournament = "",
  shGetLog = TRUE)

Arguments

players

A vector of players either given as Steam ID3s or custom profile names

teamName

TODO

season

The string of the comp.tf webpage end piece (Insomnia52)

tournament

The string of the comp.tf webpage end piece (Insomnia52)

shGetLog

Should the program go ahead and get the logs of the query or just output the log IDs.

Value

Either a vector of log IDs if shGetLog is false, or a list of the relevant logs


sidjai/tf2statr documentation built on May 29, 2019, 9:59 p.m.