Skip to content

Instantly share code, notes, and snippets.

@tomsing1
Created January 16, 2017 17:23
Show Gist options
  • Save tomsing1/0689f7e5368aeb604c00a8548aacde2d to your computer and use it in GitHub Desktop.
Save tomsing1/0689f7e5368aeb604c00a8548aacde2d to your computer and use it in GitHub Desktop.
Exploring R lists with listviewer
# install the release version from CRAN
install.packages(c("listviewer", "wesanderson"))
library(listviewer)
library(wesanderson)
# explore the color palettes included in the wesanderson package
jsonedit(wes_palettes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment