Scrabble#
This dataset contains 100 records corresponding to the 100 tiles in English language editions of the board game Scrabble.
undefined
Initialization#
library(fosdata)
data <- fosdata::scrabbleAccessing fields#
data <- fosdata::scrabble
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 dataset containing the following fields:
fields[2]{name,type,values}:
piece,character,n/a
points,integer,n/aFields#
| Name | Description | Type | Min | Max | Values |
|---|---|---|---|---|---|
piece |
the letter A-Z shown on the tile or “blank” | character | - | - | - |
points |
the points shown on the tile | integer | - | 10 | - |