Learn R Programming

lares (version 5.0.6)

scrabble_dictionary: Scrabble: Dictionaries

Description

Download words from 4 different languages: English, Spanish, German, and French. Words will be save into the temp directory. This is an auxiliary function. You may want to use scrabble_words directly if you are searching for the highest score words!

Usage

scrabble_dictionary(language)

Arguments

language

Character. Any of "en","es","de","fr". Set to "none" if you wish to skip this step (and use words parameter in scrabble_words instead).

Value

data.frame with words and language columns.

See Also

Other Scrabble: scrabble_points(), scrabble_score(), scrabble_words()

Examples

Run this code
# NOT RUN {
# For Spanish words
dictionary <- scrabble_dictionary("es")
# }

Run the code above in your browser using DataLab