R/RcppExports.R

Defines functions no_na_paste ngrams

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

ngrams <- function(tokens, n, sep = "_") {
    .Call('_tokenbrowser_ngrams', PACKAGE = 'tokenbrowser', tokens, n, sep)
}

no_na_paste <- function(l, sep = " ") {
    .Call('_tokenbrowser_no_na_paste', PACKAGE = 'tokenbrowser', l, sep)
}

Try the tokenbrowser package in your browser

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

tokenbrowser documentation built on Oct. 23, 2020, 6:54 p.m.