Last answered:

17 Jul 2020

Posted on:

15 Jul 2020

0

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)
Instructor
Posted on:

17 Jul 2020

0
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


Submit an answer