R/alphabet.R

Defines functions alphabet

Documented in alphabet

alphabet <-
function(x=1){
alpha <- LETTERS[seq(1, 26)]
bet <- sample(alpha, x)
return (bet)
}
ajgarcia27/Alphabetory documentation built on Dec. 18, 2021, 11:28 p.m.