num_colors: Number of colors the terminal supports

View source: R/has_color.R

num_colorsR 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()

gaborcsardi/crayon documentation built on Nov. 10, 2023, 9:15 a.m.