Skip to content

bradlindblad/QuotableOffice

Repository files navigation

the quotable office

R-CMD-check Codecov test coverage

The quotable office is an R shiny app that leverages the schrute R package to help you find quotes from the office given just a snippet of the line.

Usage

Enter a partial quote in the input box on the left side of the app. The table below will populate all the partial matches. Once you think you have found your match, click that row and the conversation will populate the table on the right.

Installation

Install directly from Github

devtools::install_github('bradlindblad/quotableoffice')

You can install the development version of QuotableOffice like so:

devtools::install_github('bradlindblad/quotableoffice', ref = "dev")

Methods

This is a Shiny app that uses the golem framework. The data from my schrute package is piped to a {reactable} table, before finally arriving at a carefully-formatted {gt} table.

Learning more

Julia Silge and David Robinson, creators of the tidyText both used the {schrute} package for a TidyTuesday analysis. Watch their videos and learn from the masters:

The awesome tidytuesday.rocks shiny app also aggregates 80 + sweet data visualizations that use the {schrute} package powering this app.

Other languages

This dataset is also available in