| book | R Documentation |
Create a puzzle book
book(
input_file = system.file("book.yml", package = "worrrd"),
output_file = "book.pdf",
solutions = TRUE
)
input_file |
yaml file containing book details/contents |
output_file |
full path to output file (with .pdf extension) |
solutions |
include solutions (logical/scalar) |
full path to the created puzzle book
# Create demo book included with package
book(output_file = "demo.pdf")
unlink("demo.pdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.