book {worrrd}R Documentation

Create a puzzle book

Description

Create a puzzle book

Usage

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


# Create demo book included with package
book(output_file = "demo.pdf")
unlink("demo.pdf")


[Package worrrd version 0.1.0 Index]