rmini (version 0.0.4)

rock_fun: Scrolling letters

Description

Nothing fancy.

Usage

rock_fun(n = 20)

Arguments

n
length of letters

Value

The last vector of letters.

Examples

Run this code
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"))

Run the code above in your browser using DataLab