rock_fun: Scrolling letters

Description Usage Arguments Value Examples

View source: R/roxygen.R

Description

Nothing fancy.

Usage

1
rock_fun(n = 20)

Arguments

n

length of letters

Value

The last vector of letters.

Examples

1
2
3
4
5
6
library(rmini)
rock_fun()
rock_fun(50)
# you can call unexported functions with ::: but it is not recommended because
# package authors may not want you to go into their backyards
rmini:::add_one(c("a", "b", "c"))

yihui/rmini documentation built on May 3, 2021, 4:26 a.m.