abc: return a single letter from alphabet

View source: R/functions.r

abcR Documentation

return a single letter from alphabet

Description

return a single letter from alphabet

Usage

abc(x, capitals = FALSE)

Arguments

x

integer. Number of letter in the alphabet

capitals

logical. Return uppercase letters?

Value

character.

Author(s)

Simon Frey

Examples

    abc(1)
    abc(x=7, capitals = TRUE)
    abc(x=c(1:3))

freysimon/TigeR documentation built on Feb. 3, 2024, 2:32 a.m.