search_colorpile: Search colorpile palettes

View source: R/curate.R

search_colorpileR Documentation

Search colorpile palettes

Description

Filters the palettes in colorpile down to those that match search terms

Usage

search_colorpile(authors = NULL, github_user = NULL, type = NULL)

Arguments

authors

Character vector of author(s)

github_user

String of author's GitHub username

type

One of 'divergent', 'qualitative', 'sequential', 'other'

Value

Character vector of palette names

Examples

search_colorpile(authors = c("Karthik Ram", "Ethan Schoonover"))
search_colorpile(authors = "Cynthia Brewer", type = "diverging")

ropenscilabs/colorpiler documentation built on May 18, 2022, 7:35 p.m.