vinaya_pitaka: All the books of the Vinaya Pitaka

Description Usage Format Examples

Description

A subset of tipitaka_names consisting of only the books of the Vinaya Pitaka. These are easier to read if you call stringi::stri_unescape_unicode first.

Usage

1

Format

A tibble with the variables:

book

Abbreviated title

name

Full title

Examples

1
2
3
4
5
6
# Clean up the Unicode characters to make things more readble:
vinaya_pitaka$name <-
  stringi::stri_unescape_unicode(vinaya_pitaka$name)

# Count all the words in the Vinaya Pitaka:
sum(tipitaka_long[tipitaka_long$book %in% vinaya_pitaka$book, "n"])

dangerzig/tipitaka documentation built on Jan. 19, 2022, 12:50 p.m.