Description Usage Arguments Details Value Note Author(s) References See Also Examples
test
1 | letter(x)
|
x |
test |
test
test
test
test
test
test
1 2 3 4 5 6 7 8 9 10 11 12 13 | test
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
alphabet <- c("A", "B", "C", "D", "E", "F", "G", "H", "I",
"J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T",
"U", "V", "W", "X", "Y", "Z")
return(sample(alphabet, size = 1))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.