marjan_color: Retrieve Marjan color(s)

View source: R/marjan_color.R

marjan_colorR Documentation

Retrieve Marjan color(s)

Description

This function returns hexadecimal color codes from the Marjan color palette.

Usage

marjan_color(...)

Arguments

...

The names of the colors: 'myBlue', 'myJungle', 'myGreen', 'myRed', and 'myOrange'. If not specified, the whole palette will be returned.

Value

A named character vector representing the color(s) from the Marjan color palette. If no specific color was requested, the entire color palette is returned.

Examples

## Not run: 
marjan_color("myBlue", "myRed") # Returns the hexadecimal codes for "myBlue" and "myRed"
marjan_color() # Returns the entire Marjan color palette

## End(Not run)


handyReport documentation built on Oct. 8, 2024, 3 p.m.