Description Usage Arguments Examples
Write PGN data.frames into file
1 |
df |
data.frame from read.pgn() |
file |
string path to destination file |
add.tags |
string vector containing additional tags to be parsed. According to Seven Tag Roster rule: http://www.saremba.de/chessgml/standards/pgn/pgn-complete.htm#c8.1.1 The STR tag pairs appear before any other tag pairs: "Event", "Site", "Date", "Round", "White", "Black" and "Result". Using this argument you can specify supplemental tag names, such as: Player related information, Event related information, Opening information (locale specific), Opening information (third party vendors), Time and date related information, Time control, Alternative starting positions, Game conclusion and Miscellaneous. Most popular: "WhiteElo", "BlackElo","ECO","SetUp" or "FEN". Case sensitive. |
append |
boolean (default FALSE), should games be appended to current file? |
1 2 3 4 5 6 |
Warning message:
In file(con, "r") : cannot open file '/proc/stat': Permission denied
2021-04-13 16:55:43, successfully imported 56 games
2021-04-13 16:55:43, N moves computed
2021-04-13 16:55:43, extract moves done
2021-04-13 16:55:43, stat moves computed
2021-04-13 16:55:43, successfully imported 56 games
2021-04-13 16:55:43, N moves computed
2021-04-13 16:55:43, extract moves done
2021-04-13 16:55:43, stat moves computed
[1] TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.