endless_horse {cowsay} | R Documentation |
Endless horse
Description
Each time you press enter, the horse keeps going...and going...
Usage
endless_horse(
what = "Hello world!",
endless = TRUE,
wait = 0.5,
what_color = NULL,
horse_color = NULL
)
Arguments
what |
(character) What do you want to say? See details. |
endless |
(logical) Should horse be enless, you better say yes.
Default: |
wait |
How long to wait between leg segments (time grows geometrically after the first iteration in order to keep the horse on screen for a while, but it will keep going forever. Or until you hit escape/Ctrl-C depending on your platform). |
what_color |
(character or crayon function) A
|
horse_color |
(character or crayon function) A
|
Examples
## Not run:
endless_horse()
endless_horse(endless = FALSE)
## End(Not run)
[Package cowsay version 0.9.0 Index]