get_term_colors: Get terminal colors

View source: R/helper_functions.r

get_term_colorsR Documentation

Get terminal colors

Description

This function returns a vector of terminal colors.

Usage

get_term_colors(n = NULL)

Arguments

n

The number of colors to return.

Value

A vector of terminal colors.

Examples

get_term_colors(5)
get_term_colors(10)

plotcli documentation built on May 29, 2024, 6:22 a.m.