alph: Random letter

Description Usage Author(s) Examples

View source: R/alph.R

Description

This function randomly gives you a letter.

Usage

1
alph()

Author(s)

GQ

Examples

1
2
3
4
5
6
7
8
9
##---- alph() ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    sample(letters, 1)
  }

Qing-Gong/Lucky-letter documentation built on Dec. 18, 2021, 8:41 a.m.