Skip to content

Commit

Permalink
Reorder Pixar ranking columns
Browse files Browse the repository at this point in the history
To be consistent with film being first column.
  • Loading branch information
erictleung committed Nov 25, 2024
1 parent 6b15874 commit 75bac6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-raw/get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,8 @@ pixar_rankings <-
film == "A Bug’s Life" ~ "A Bug's Life",
film == "The Incredibles 2" ~ "Incredibles 2",
TRUE ~ film
))
)) %>%
select(film, source, ranking)


# Create franchise data ---------------------------------------------------
Expand Down

0 comments on commit 75bac6f

Please sign in to comment.