Learn R Programming

checked (version 0.2.8)

silent_spinner: 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())

Value

A interface similar to a 'cli' spinner, but with suppressed output

Arguments

...

passed to cli::make_spinner

stream

passed to cli::make_spinner, defaults to a null file device