Last chance! 50% off unlimited learning
Sale ends in
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
)
(character) What do you want to say? See details.
(logical) Should horse be endless, you better say yes.
Default: TRUE
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).
(character or crayon function) A
crayon
-suported
text color or
crayon style function
to color what
. You might try colors()
or ?rgb
for ideas.
(character or crayon function) A
crayon
-suported
text color or
crayon style function
to color your steed.
endless_horse(endless = FALSE)
if (FALSE) { # interactive()
endless_horse()
endless_horse(what_color = crayon::bgBlue)
}
Run the code above in your browser using DataLab