num_colors {crayon} | R Documentation |
Number of colors the terminal supports
Description
From crayon version 2.0.0, this function is a simple wrapper on
num_ansi_colors()
, with the additional twist that the crayon.colors
option is still obseved, and takes precedence, for compatibility.
Usage
num_colors(forget = FALSE)
Arguments
forget |
Ignored. Included for backwards compatibility. |
Value
Number of ANSI colors.
Examples
num_colors()
[Package crayon version 1.5.3 Index]