How do we download the “wesanderson” library in R?
PS. This is off the Data Viz course
Hi Rajasingh,
thanks for reaching out! You can install the wesanderson package with:
install.packages("wesanderson")
Or if you prefer, you could use the devtools option:
devtools::install_github("karthik/wesanderson")
Hope this helps!
Best,
365 Eli