tipitaka_names: Names of each book of the Tipitaka, both abbreviated and in...

Description Usage Format Examples

Description

Names of each book of the Tipitaka, both abbreviated and in full. 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
# Clean up the Unicode characters to make things more readble:
tipitaka_names$name <-
  stringi::stri_unescape_unicode(tipitaka_names$name)

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