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.
-
Use the live app at https://bradleylindblad.shinyapps.io/quotableoffice
-
Check out the project on RStudio Cloud
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.
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")
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.
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.
This dataset is also available in