SYMBOL INDEX (9 symbols across 5 files) FILE: src/RcppExports.cpp function RcppExport (line 15) | RcppExport SEXP _textreuse_hash_string(SEXP xSEXP) { function RcppExport (line 26) | RcppExport SEXP _textreuse_shingle_ngrams(SEXP wordsSEXP, SEXP nSEXP) { function RcppExport (line 38) | RcppExport SEXP _textreuse_skip_ngrams(SEXP wordsSEXP, SEXP nSEXP, SEXP ... function RcppExport (line 51) | RcppExport SEXP _textreuse_sw_matrix(SEXP mSEXP, SEXP aSEXP, SEXP bSEXP,... function RcppExport (line 75) | RcppExport void R_init_textreuse(DllInfo *dll) { FILE: src/hash_string.cpp function IntegerVector (line 13) | IntegerVector hash_string(std::vector < std::string > x) { FILE: src/shingle_ngrams.cpp function CharacterVector (line 6) | CharacterVector shingle_ngrams(CharacterVector words, int n) { FILE: src/skip_ngrams.cpp function CharacterVector (line 8) | CharacterVector skip_ngrams(CharacterVector words, int n, int k) { FILE: src/sw_matrix.cpp function IntegerMatrix (line 7) | IntegerMatrix sw_matrix(IntegerMatrix m, CharacterVector a, CharacterVec...