| torchwood_episodes | R Documentation |
List of all episodes from the Torchwood series (2006-2011)
torchwood_episodes
This data frame contains the following columns:
season_numberSeason number
serial_titleSerial title if available
story_numberStory number
episode_numberEpisode number in season
episode_titleEpisode Title
first_airedDate the episode first aired in the U.K.
production_codeEpisode's production code if available
uk_viewersNumber of U.K. viewers (millions)
durationEpisode's duration in minutes
https://en.wikipedia.org/wiki/List_of_Torchwood_episodes
library(dplyr)
torchwood_episodes |>
filter(uk_viewers >= 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.