save_rulebook saves a rulebook.
Usage
save_rulebook(
book = "The Historical Piecepacker",
gk = game_kit(),
output = NULL,
quietly = TRUE,
size = "letter",
cmd_options = NULL
)Arguments
- book
Book name. Currently only supports "The Historical Piecepacker".
- gk
A
game_kitR6 object.- output
Path to the output file. If
NULLthe function will guess a default.- quietly
Whether to hide document compilation output.
- size
Paper size (either "letter", or "A4").
- cmd_options
Options passed to
pandocwhen using non-pdf output formats. IfNULLwe try to guess a good set of options.