get_popular_palettes: Get most popular palettes

View source: R/palette.R

get_popular_palettesR Documentation

Get most popular palettes

Description

Retrieve the palettes most users have checked as favorites from www.color-hex.com

Usage

get_popular_palettes()

Value

data.frame with name, id and colours

Examples

if(curl::has_internet()){
get_popular_palettes()
}

colorhex documentation built on Sept. 11, 2023, 9:06 a.m.