Repeat text with fading effect.
Arguments
- x
A character vector.
- times
Number of echoes (default 3).
Value
A character vector with echo effect.
Examples
ECHO("hello")
#> [1] "HELLO... Hello... hello"
ECHO("goodbye", times = 4)
#> [1] "GOODBYE... Goodbye... Goodbye... goodbye"