Learn R Programming

datardis (version 0.0.5)

drwho_episodes: List of Dr Who episodes

Description

List of all episodes from the revived Doctor Who era (2005-present)

Usage

drwho_episodes

Arguments

Format

This data frame contains the following columns:

era

"classic" or "revived"

season_number

Season number

serial_title

Serial title if available

story_number

Story number

episode_number

Episode number in season

episode_title

Episode Title

type

"episode" or "special"

first_aired

Date the episode first aired in the U.K.

production_code

Episode's production code if available

uk_viewers

Number of U.K. viewers (millions)

rating

Episode's rating

duration

Episode's duration in minutes

Examples

Run this code
library(dplyr)
drwho_episodes |>
    filter(type == "special")

Run the code above in your browser using DataLab