filter_quotes: Filter office_quotes

Description Usage Arguments Details

View source: R/get-quotes.R

Description

Filter office_quotes

Usage

1
2
3
filter_quotes(season = NULL, episode = NULL, name = NULL,
  scene = NULL, character = "main", min_nword = 10,
  max_nword = 100, include_actions = FALSE)

Arguments

season

an integer specifyng the season for which to get quotes from Currently, all seasons are included except season 5

episode

an integer specifying the episode number to get quote from

name

a character string with the episode name to get quote from

scene

an integer specifying the scene number

character

a character specifying the character or department to get quote from. Defaults to 'main', see details

min_nword

the minimum number of words a quote must have to be included, defaults to 4

max_nword

the maximum number of words a quote can have to be included, defaults to 20

include_actions

should non spoken actions be included in the output? Defaults to FALSE (i.e. actions will not be included)

Details

Main Character List - Michael, Dwight, Jim, Pam, Andy, Kevin, Angela, Erin, Oscar, Ryan, Darryl, Phyllis, Toby, Kelly, Stanley, Meredith, and Creed

Other Departments - Sales, Accounting, HR, Customer Service, Reception, and Corporate


tbradley1013/dundermifflin documentation built on Feb. 29, 2020, 10:30 a.m.