powered by
Create a puzzle book
book( input_file = system.file("book.yml", package = "worrrd"), output_file = "book.pdf", solutions = TRUE )
full path to the created puzzle book
yaml file containing book details/contents
full path to output file (with .pdf extension)
include solutions (logical/scalar)
# \donttest{ # Create demo book included with package book(output_file = "demo.pdf") unlink("demo.pdf") # }
Run the code above in your browser using DataLab