restrict_using_first_2_letters: Filter words by k-mers

Description Usage Arguments Value

View source: R/make_mers_tree.R

Description

Filter input words to only words that include the possible character strings (i.e. the k-mers)

Usage

1
restrict_using_first_2_letters(x, possible_strings, n_letter_match = 5)

Arguments

x

Input words

possible_strings

Character strings (i.e. k-mers)

n_letter_match

K-mer string length

Value

A vector of words


jolyonfaria/wordgamesolver documentation built on June 27, 2020, 4:39 p.m.