Join us for
RADAR: AI Edition

fdistr (version 0.1.0)

words: Words Dataset

Description

A sample set of words taken from the first paragraph of James Joyce's short story "The Dead" to demonstrate the functionality in this package.

Usage

data(words)

Arguments

Format

A data frame with 55 observations and 4 variables.

Details

The dataset includes the four variables.

word

Character, word in the sample.

first_letter

Character, first letter of the word.

last_letter

Character, last letter of the word.

letter_count

Integer, number of letters in the word.