tipitaka_names {tipitaka}R Documentation

Names of each book of the Tipitaka, both abbreviated and in full. These are easier to read if you call pali_string_fix() first.

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

tipitaka_names

Format

A tibble with the variables:

book

Abbreviated title

name

Full title

Examples

# Clean up the Unicode characters to make things more readble:
tipitaka_names$name <-
  stringi::stri_unescape_unicode(tipitaka_names$name)


[Package tipitaka version 0.1.2 Index]