View source: R/endless_horse.R
endless_horse | R Documentation |
Each time you press enter, the horse keeps going...and going...
endless_horse(
what = "Hello world!",
endless = TRUE,
wait = 0.5,
what_color = NULL,
horse_color = NULL
)
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
|
## Not run:
endless_horse()
endless_horse(endless = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.