getLog: Grabs the raw JSON of the log and clean it up

Description Usage Arguments Value

View source: R/getLog.R

Description

Grabs the raw JSON of the log and clean it up

Usage

1
2
getLog(logId, useAltNames = FALSE, keepClassSpec = FALSE,
  keepChat = FALSE)

Arguments

logId

The sequential ID that logs.tf uses for a given game

useAltNames

should the program use the alternative names from the player dictionary in 'data/playerDict.csv' or go find the alt name using their steamID and their custom profile name?

keepClassSpec

Do you want to keep the class specific stats for everyone?

keepChat

Do you want to keep the chat from the game?

Value

A list with the logs, the player specific stats in $player and the table version of the numeric stats in $table with some added stats


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