Description Usage Arguments Value Further details Examples
View source: R/seq_substrings.R
Get all subsequences of a given length
1  | seq_substrings(x, n = 2)
 | 
x | 
 a character sequence  | 
n | 
 length of substrings  | 
A vector of all possible substrings
Calculates all possible substrings of a given length in a character sequence
1  | seq_substrings("abacbabacbabcababacbcbcbabaaabababbababcb")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.