matches | R Documentation |
Tournament match information for games played on the forum, plus information for tournament and casual face-to-face matches recorded by Metalize.
matches
A data.table:
A Date, giving the day the match started.
A Date, giving the day the match finished.
A character, giving the tournament name.
An integer, giving the tournament round.
An integer, giving the listed number of the match within the round.
A character, giving the name of Player 1.
A character, giving the name of Player 2.
A character, giving the name of Player 1's deck.
A character, giving the name of Player 2's deck.
A character, giving the name of any map used, or NA
if
non used.
A character, giving the winning player's name.
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.
A character, giving how the game was played. This is usually
forum
.
A logical: TRUE
if the order of the players is
unknown, i.e. player1
might actually be Player 2. NA
otherwise.
A character, giving the forum name of the person who recorded the match.
A character, giving any notes on the match the recorder felt like giving.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.