Learn R Programming

worrrd (version 0.1.0)

book: 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
)

Value

full path to the created puzzle book

Arguments

input_file

yaml file containing book details/contents

output_file

full path to output file (with .pdf extension)

solutions

include solutions (logical/scalar)

Examples

Run this code
# \donttest{
# Create demo book included with package
book(output_file = "demo.pdf")
unlink("demo.pdf")
# }

Run the code above in your browser using DataLab