Wes Anderson in R
How do we download the "wesanderson" library in R?
PS. This is off the Data Viz course
1 answers ( 0 marked as helpful)
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