-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathviewers.Rd
More file actions
32 lines (32 loc) · 1.02 KB
/
viewers.Rd
File metadata and controls
32 lines (32 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/datasets.R
\docType{data}
\name{viewers}
\alias{viewers}
\title{Viewers}
\format{
This data frame contains the following columns:
\describe{
\item{\code{version}}{Country code for the version of the show}
\item{\code{version_season}}{Version season key}
\item{\code{season_name}}{The season name}
\item{\code{season}}{Season number}
\item{\code{episode_number_overall}}{The cumulative episode number}
\item{\code{episode}}{Episode number for the season}
\item{\code{episode_title}}{Episode title}
\item{\code{episode_date}}{Date the episode aired}
\item{\code{episode_length}}{Episode length in minutes}
\item{\code{viewers}}{Number of viewers (millions) who tuned in}
\item{\code{imdb_rating}}{IMDB rating for the episode on a scale of 0-10}
}
}
\source{
\url{https://en.wikipedia.org/wiki/Survivor_(American_TV_series)}
}
\usage{
viewers
}
\description{
A dataset containing the viewer history for each season and episode
}
\keyword{datasets}