alphabets: alphabets

Description Usage Format Examples

Description

Collection of all English alphabets, both lowercases and uppercases.

Usage

1

Format

A data.frame with 26 rows and 2 variables:

upper

<chr> uppercase letters

lower

<chr> lowercase letters

Examples

1
2
data(alphabets)
all_alphabets <- sort(c(alphabets$upper, alphabets$lower))

joon3216/funpark documentation built on June 18, 2019, 7:32 a.m.