slowConsolePrint: Prints string to console slowly

Description Usage Arguments Value

View source: R/slowConsolePrint.r

Description

Prints string to console slowly to make text more readable to the user. Used by welcome function.

Usage

1
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


poliscidata documentation built on July 8, 2020, 6:23 p.m.