crayon (version 1.5.2)

num_colors: 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)

Value

Number of ANSI colors.

Arguments

forget

Ignored. Included for backwards compatibility.

Examples

Run this code
num_colors()

Run the code above in your browser using DataCamp Workspace