is.twl06.word: Verifies that word belong to the twl06 list.

Description Usage Arguments Note Author(s) References Examples

Description

Only certain words are officially approved for Scrabble tournament play. They are collected in a dataset revered to as twl06

Usage

1

Arguments

w

Word or vector of words to check for inclusion in the twl06 list

Note

The name "Scrabble" is a trademark of Hasbro, Inc. in the United States and Canada; elsewhere, it is a trademark of Mattel.

Author(s)

Will Kurt <wckurt@gmail.com>

References

https://en.wikipedia.org/wiki/Official_Tournament_and_Club_Word_List

Examples

1
2
is.twl06.word("zzz")
is.twl06.word(c("zzz","zzzz"))

Example output

[1] TRUE
[1]  TRUE FALSE

ScrabbleScore documentation built on May 2, 2019, 2:01 p.m.