Create a puzzle book

book(
  input_file = system.file("book.yml", package = "worrrd"),
  output_file = "book.pdf",
  solutions = TRUE
)

Arguments

input_file

yaml file containing book details/contents

output_file

full path to output file (with .pdf extension)

solutions

include solutions (logical/scalar)

Value

full path to the created puzzle book

Examples

if (FALSE) {
# Create demo book included with package
book()
}