words: Words Dataset

Description Usage Format Details Author(s)

Description

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

1

Format

A data frame with 127 observations and 6 variables.

Details

The dataset includes the following 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.

starts_with

Character, identifies whether the word starts with a vowel or consonant.

ends_with

Character, identifies whether the word ends with a vowel or consonant.

Author(s)

Donnie Minnick donnie.minnick@gmail.com


dtminnick/fdistr documentation built on May 19, 2021, 1:18 a.m.