nytnyt | R Documentation |
Suspend execution of functions for a random time interval
nytnyt(period = c(1, 2), crayon_col = crayon::green, ...)
period |
Lower and upper limits of time interval (seconds) to suspend execution for. Uses stats::runif to pick time. |
crayon_col |
Uses the crayon package to select color of character string |
... |
Additional vectors or character strings passed to the end of the returned string |
A character string
nytnyt(period = c(2, 5), crayon_col = crayon::blue, "An example of a new string\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.