Skip to contents

Generates a random hex code

Usage

random_hex(n)

Arguments

n

Number of hex codes to generate

Value

Character string of hex codes

Examples

random_hex(2)
#> [1] "#C6BE45" "#EEE358"