is_ansi_tty {cli}R Documentation

Detect if a stream support ANSI escape characters

Description

We check that all of the following hold:

Usage

is_ansi_tty(stream = stderr())

Arguments

stream

The stream to check.

Value

TRUE or FALSE.

See Also

Other terminal capabilities: is_dynamic_tty

Examples

is_ansi_tty()

[Package cli version 1.1.0 Index]