Learn R Programming

colorhex (version 0.1.4)

get_popular_colors: Get popular colour

Description

www.color-hex.com has a list of colours that have been liked by the most users. This function will retrieve all of these.

Usage

get_popular_colors()

Arguments

Value

character vector of hex colours

Examples

Run this code
if(curl::has_internet()){
get_popular_colors()
}

Run the code above in your browser using DataLab