Description Usage Arguments Value
View source: R/make_mers_tree.R
Filter input words to only words that include the possible character strings (i.e. the k-mers)
1 | restrict_using_first_2_letters(x, possible_strings, n_letter_match = 5)
|
x |
Input words |
possible_strings |
Character strings (i.e. k-mers) |
n_letter_match |
K-mer string length |
A vector of words
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.