drwho_directors | R Documentation |
List of directors for all episodes from the revived Doctor Who era (2005-present)
drwho_directors
This data frame contains the following columns:
story_number
Story number
director
Episode's director
https://en.wikipedia.org/wiki/List_of_Doctor_Who_episodes_(2005-present)
library(dplyr)
drwho_directors |>
count(director, sort = TRUE) |>
head(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.