Description Usage Format Examples
Names of each book of the Tipitaka, both abbreviated and
in full. These are easier to read if you call pali_string_fix() first
.
1 |
A tibble with the variables:
Abbreviated title
Full title
1 2 3 | # Clean up the Unicode characters to make things more readble:
tipitaka_names$name <-
stringi::stri_unescape_unicode(tipitaka_names$name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.