silent_spinner | R Documentation |
'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.
silent_spinner(..., stream = devnull())
... |
passed to cli::make_spinner |
stream |
passed to cli::make_spinner, defaults to a null file device |
A interface similar to a 'cli' spinner, but with suppressed output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.