run_solve_random_letter_matrix: run_random_letter_matrix

Description Usage Arguments Value

View source: R/run_solve_random_letter_marix.R

Description

Find possible words in letter matrix.

Usage

1
2
3
4
5
6
run_solve_random_letter_matrix(
  letter_matrix,
  known_words,
  word_length,
  word_letters = NA
)

Arguments

letter_matrix

Table of known words

known_words

Table of known words

word_length

Table of known words

word_letters

Table of known words

Value

A character vector of known words that are in the letter matrix


jolyonfaria/wordsearchgame documentation built on June 26, 2020, 7:58 p.m.