slowConsolePrint {poliscidata} | R Documentation |
Prints string to console slowly
Description
Prints string to console slowly to make text more readable to the user. Used by welcome
function.
Usage
slowConsolePrint(linetoprint, slow = 0.05)
Arguments
linetoprint |
Text to be printed to console |
slow |
Time, in milliseconds, to wait between characters printed to console (default is .05). |
Value
No value returned
[Package poliscidata version 2.3.0 Index]