Learn R Programming

tipitaka (version 1.0.0)

tipitaka_names: 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

Arguments

Format

A tibble with the variables:

book

Abbreviated title

name

Full title

Examples

Run this code
# \donttest{
# Clean up the Unicode characters to make things more readable:
tipitaka_names$name <-
  stringi::stri_unescape_unicode(tipitaka_names$name)
# }

Run the code above in your browser using DataLab