random_hex.Rd
Generates a random hex code
random_hex(n)
Number of hex codes to generate
Character string of hex codes
random_hex(2) #> [1] "#C6BE45" "#EEE358"