R/cpp11.R

Defines functions c_pali_sort c_pali_lt

# Generated by cpp11: do not edit by hand

c_pali_lt <- function(word1, word2) {
  .Call("_tipitaka_c_pali_lt", word1, word2, PACKAGE = "tipitaka")
}

c_pali_sort <- function(words) {
  .Call("_tipitaka_c_pali_sort", words, PACKAGE = "tipitaka")
}

Try the tipitaka package in your browser

Any scripts or data that you put into this service are public.

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