rank_films: Rank Films by specified metric

View source: R/rank_films.R

rank_filmsR Documentation

Rank Films by specified metric

Description

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.

Usage

rank_films(interested = NULL)

Arguments

interested

Metric to rank films on. ("characters", "planets", "starships", "vehicles", "species")

Value

A plot with film title on the y-axis and the ranking metric on the x-axis.

Examples

## Not run: rank_films(interested = "species"),
rank_films(interested = "characters")
## End(Not run)

The0therChad/star.rank documentation built on March 27, 2022, 4:24 p.m.