Description Usage Arguments References Examples
Use the Tableau palette in the charts
1  | tau_color_tableau(tau, palette = "tableau20")
 | 
tau | 
 taucharts object  | 
palette | 
 Tableau palette name. One of   | 
http://api.taucharts.com/advanced/encoding.html
1 2 3  | tauchart(mtcars) %>%
  tau_point("wt", "mpg", color="cyl") %>%
  tau_color_tableau()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.