Learn R Programming

datardis (version 0.0.5)

drwho_writers: List of Dr Who writers

Description

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

Usage

drwho_writers

Arguments

Format

This data frame contains the following columns:

story_number

Story number

writer

Episode's writer

Examples

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

Run the code above in your browser using DataLab