knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
set.seed(50)

Travis build status AppVeyor Build status

koanr

koanr is (mostly) a data package containing the text for several of the more important Zen koan texts: The Gateless Gate (gateless_gate), The Blue Cliff Record (blue_cliff_record), The Record of the Transmission of the Light(record_of_light), and The Book of Equanimity(book_of_equanimity). koanr also includes functions for sampling koans.

Examples

Quickly access a koan:

library(koanr)
koan(collection = gateless_gate, case = 1)

Pick a random koan:

koan()

Quickly bind all four collections:

collect_koans()


malcolmbarrett/koanr documentation built on May 28, 2019, 3:10 p.m.