search_colorpile | R Documentation |
Filters the palettes in colorpile down to those that match search terms
search_colorpile(authors = NULL, github_user = NULL, type = NULL)
authors |
Character vector of author(s) |
github_user |
String of author's GitHub username |
type |
One of 'divergent', 'qualitative', 'sequential', 'other' |
Character vector of palette names
search_colorpile(authors = c("Karthik Ram", "Ethan Schoonover")) search_colorpile(authors = "Cynthia Brewer", type = "diverging")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.