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