| drwho_episodes | R Documentation |
List of all episodes from the revived Doctor Who era (2005-present)
drwho_episodes
This data frame contains the following columns:
era"classic" or "revived"
season_numberSeason number
serial_titleSerial title if available
story_numberStory number
episode_numberEpisode number in season
episode_titleEpisode Title
type"episode" or "special"
first_airedDate the episode first aired in the U.K.
production_codeEpisode's production code if available
uk_viewersNumber of U.K. viewers (millions)
ratingEpisode's rating
durationEpisode's duration in minutes
https://en.wikipedia.org/wiki/List_of_Doctor_Who_episodes_(2005-present)
library(dplyr)
drwho_episodes |>
filter(type == "special")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.