Learn R Programming

datardis (version 0.0.5)

drwho_directors: List of Dr Who directors

Description

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

Usage

drwho_directors

Arguments

Format

This data frame contains the following columns:

story_number

Story number

director

Episode's director

Examples

Run this code
library(dplyr)
drwho_directors |>
    count(director, sort = TRUE) |>
    head(5)

Run the code above in your browser using DataLab