abhidhamma_pitaka: All the books of the Abhidhamma Pitaka

Description Usage Format Examples

Description

A subset of tipitaka_names consisting of only the books of the Abhidhamma Pitaka. These are easier to read if you call pali_string_fix() 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:
abhidhamma_pitaka$name <-
  stringi::stri_unescape_unicode(abhidhamma_pitaka$name)

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

tipitaka documentation built on March 30, 2021, 5:12 p.m.