rgba2hex: Convert RBGA or RBG to hex

View source: R/misc.R

rgba2hexR Documentation

Convert RBGA or RBG to hex

Description

Convert RBGA or RBG to hex

Usage

rgba2hex(...)

Arguments

...

A character of "rgba(168, 207, 246, 0.05941)", or inputs of rgba numbers, e.g. 168, 207, 246, 0.05941

Value

a hex code

Examples

"rgba(168,207,245,0.6941)" |> rgba2hex()
rgba2hex(168, 207, 245, 0.6)

tpemartin/econIDV documentation built on July 2, 2023, 7:36 p.m.