rank_films | R Documentation |
Returns a plot showing all six Star Wars films sorted by the count of a specified metric with the film name on the y-axis, and the ranking metric on the x-axis.
rank_films(interested = NULL)
interested |
Metric to rank films on. ("characters", "planets", "starships", "vehicles", "species") |
A plot with film title on the y-axis and the ranking metric on the x-axis.
## Not run: rank_films(interested = "species"), rank_films(interested = "characters") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.