Title: | The Entire Transcript from the Office in Tidy Format |
Version: | 1.0.1 |
Description: | The complete scripts from the American version of the Office television show in tibble format. Use this package to analyze and have fun with text from the best series of all time. |
License: | MIT + file LICENSE |
URL: | https://github.com/bradlindblad/schrute |
BugReports: | https://github.com/bradlindblad/schrute/issues |
Depends: | R (≥ 2.10) |
Imports: | magrittr |
Suggests: | dplyr, ggplot2, knitr, rmarkdown, stats, testthat (≥ 2.1.0), tidytext |
VignetteBuilder: | knitr |
Encoding: | UTF-8 |
LazyData: | true |
RoxygenNote: | 7.1.2 |
NeedsCompilation: | no |
Packaged: | 2022-09-29 17:25:55 UTC; brad |
Author: | Brad Lindblad [aut, cre], Lucas Graybuck [ctb], Sean Kent [ctb] |
Maintainer: | Brad Lindblad <me@bradlindblad.com> |
Repository: | CRAN |
Date/Publication: | 2022-09-29 21:10:02 UTC |
schrute: The Entire Transcript from The Office in Tidy Format.
Description
Analyze and have fun with the text from the best series of all time
Author(s)
Maintainer: Brad Lindblad me@bradlindblad.com
Other contributors:
Lucas Graybuck [contributor]
Sean Kent spkent@wisc.edu [contributor]
See Also
Useful links:
Report bugs at https://github.com/bradlindblad/schrute/issues
Pipe operator
Description
See magrittr::%>%
for details.
Usage
lhs %>% rhs
The entire script transcriptions from The Office
Description
The entire script transcriptions from The Office
Usage
theoffice
Format
A tibble with 55130 observations of 12 variables:
- index
row index
- season
season number
- episode
episode number
- episode_name
name of the episode
- director
director of the episode
- writer
name(s) of writers of the episode
- character
name of the character saying the line
- text
words spoken by that actor
- text_w_direction
words spoken by that actor with stage direction included
- imdb_rating
rating from imdb
- total_votes
total votes for episode on imdb
- air_date
date the episode originally aired