-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.Rmd
67 lines (46 loc) · 2.36 KB
/
README.Rmd
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# schrute <img src="https://github.com/bradlindblad/schrute/blob/master/man/figures/logo.png?raw=true" align="right" alt="" width="120" />
<!-- badges: start -->
[![R build status](https://github.com/bradlindblad/schrute/workflows/R-CMD-check/badge.svg)](https://github.com/bradlindblad/schrute/actions)
[![pkgdown](https://github.com/bradlindblad/schrute/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/bradlindblad/schrute/actions/workflows/pkgdown.yaml)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/schrute)](https://cran.r-project.org/package=schrute)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/schrute)](https://cran.r-project.org/package=schrute)
<!-- badges: end -->
Analyze and have fun with the text from the best series of all time
## Companion App
[the quotable office](https://bradleylindblad.shinyapps.io/QuotableOffice/) let's you search for your favorite office quotes
## Installation
You can install the released version of schrute from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("schrute")
```
## Usage
The schrute package has one and only one purpose: share the complete script transcription for The Office (US) television show. Users are encouraged to use the tidy text data for exploration, learning and fun.
Check out the data like so:
```{r}
library(schrute)
library(tibble)
tibble::glimpse(schrute::theoffice)
```
Or view the short vignette with:
```
vignette("theoffice")
```
## Watch and learn
Julia Silge and David Robinson, creators of the [tidyText package](https://www.tidytextmining.com/) both used the {schrute} package for a #tidyTuesday analysis. Watch their videos and learn from the masters:
* [David Robinson (Youtube)](https://www.youtube.com/watch?v=_IvAubTDQME&t=1092s)
* [Julia Silge (Youtube)](https://www.youtube.com/watch?v=R32AsuKICAY)
## Other languages
This dataset is also available in [python](https://github.com/bradlindblad/schrutepy) and [julia](https://github.com/bradlindblad/Schrute.jl)