matches: Recorded match

matchesR Documentation

Recorded match

Description

Tournament match information for games played on the forum, plus information for tournament and casual face-to-face matches recorded by Metalize.

Usage

matches

Format

A data.table:

start

A Date, giving the day the match started.

end

A Date, giving the day the match finished.

tournament

A character, giving the tournament name.

round

An integer, giving the tournament round.

round_match_number

An integer, giving the listed number of the match within the round.

player1

A character, giving the name of Player 1.

player2

A character, giving the name of Player 2.

deck1

A character, giving the name of Player 1's deck.

deck2

A character, giving the name of Player 2's deck.

map

A character, giving the name of any map used, or NA if non used.

victor

A character, giving the winning player's name.

victory

A character, giving the victory type: timeout indicates a match that was abjudicated due to time, normal indicates a match that ended in concession or a base kill, forfeit indicates a match ended due to irrecoverable play errors.

format

A character, giving how the game was played. This is usually forum.

unknown_order

A logical: TRUE if the order of the players is unknown, i.e. player1 might actually be Player 2. NA otherwise.

recorder

A character, giving the forum name of the person who recorded the match.

notes

A character, giving any notes on the match the recorder felt like giving.

Source

Original forum games on http://forums.sirlingames.com/. An online copy is kept at https://docs.google.com/spreadsheets/d/1lMTR9hYlfLQCQwWA4B4c4a4xcyDRS-CeavLs48Q2mJI/edit?usp=sharing. Other games are a tidied version of https://docs.google.com/spreadsheets/d/1xAClI8QRwdoK47UYnt4oC8B4h9PsAeRzxpViVKm53_0/edit?usp=sharing.


CharnelMouse/codexdata documentation built on May 28, 2022, 3:05 a.m.