Description Usage Format Examples
A subset of tipitaka_names consisting of only the books of
the Vinaya Pitaka. These are easier to read if you call
stringi::stri_unescape_unicode
first.
1 |
A tibble with the variables:
Abbreviated title
Full title
1 2 3 4 5 6 | # Clean up the Unicode characters to make things more readble:
vinaya_pitaka$name <-
stringi::stri_unescape_unicode(vinaya_pitaka$name)
# Count all the words in the Vinaya Pitaka:
sum(tipitaka_long[tipitaka_long$book %in% vinaya_pitaka$book, "n"])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.