silent_spinner {checked} | R Documentation |
Create a 'cli' Spinner With Suppressed Output
Description
'cli' will implicitly push spinner output to various output streams, affecting the terminal cursor position. To allow for a terminal interface that has spinners above the last line, this function suppresses the output and simply returns its frame contents.
Usage
silent_spinner(..., stream = devnull())
Arguments
... |
passed to cli::make_spinner |
stream |
passed to cli::make_spinner, defaults to a null file device |
Value
A interface similar to a 'cli' spinner, but with suppressed output
[Package checked version 0.2.0 Index]