Learn R Programming

geocacheR (version 0.1.0)

Scrabble_score: Find the Scrabble value of words

Description

Find the Scrabble value of words

Usage

Scrabble_score(x, language = "en")

Arguments

x

A vector of character strings

language

A character string for the linguistic Scrabble edition, conforming to ISO 639-1

Current supported languages: en

Value

An integer vector

Examples

Run this code
# NOT RUN {
Scrabble_score(c("kwyjibo", "jozxyqk"))

# }

Run the code above in your browser using DataLab