powered by
Analyze text with ngram=3 (trigrams).
analyze_trigrams(in_text, top_rows = 25)
A data.frame with two columns - trigram (character vector) and count (numeric vector).
a character vector. Text to be analyzed as a character vector.
a numeric vector of length 1. Number of top rows to be returned.
Ravindra Pushker
analyze_trigrams
analyze_trigrams(in_text=c("The quick brown fox jumps over the lazy dog."))
Run the code above in your browser using DataLab