Scrabble_ml#
This dataset contains 613 observations corresponding to the tiles in editions of the board game Scrabble for 6 languages.
undefined
Initialization#
library(fosdata)
data <- fosdata::scrabble_mlAccessing fields#
data <- fosdata::scrabble_ml
piece <- data$piece # Just a random field in the datasetInteractive R Sample#
You can use the R editor below to interactively explore the dataset and generate plots. This contains a fully self-contained R environment with fosdata, ggplot2, and dplyr loaded.
Console
Plot
No plot generated yet.
LLM instructions#
If using an LLM, you can copy-paste the following instructions to accompany your prompt to inform the model of the fields and their types in the dataset.
LLM Instructions
The fosdata::scrabble_ml dataset containing the following fields:
fields[3]{name,type,values}:
lang,character,n/a
piece,character,n/a
points,integer,n/aFields#
| Name | Description | Type | Min | Max | Values |
|---|---|---|---|---|---|
lang |
language of the scrabble tiles; one of dutch, english, french, l33t, malagasy, or tswana | character | - | - | - |
piece |
the letter A-Z (or number in the case of l33t) shown on the tile or “blank.” Diacritics are ignored. | character | - | - | - |
points |
the points shown on the tile | integer | - | 10 | - |