knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This codebase contains code that exposes a REST API and web interface for building queries.
The REST API is built using Plumber.
The web app is written using React and calls the API to build the query and download the documents.
Note that "multiselect" text fields in the application are pre-populated with all of the unique values found in the data as of September 2020. In theory we could expose API endpoints that always get the latest values, but this would slow down the initial app load considerably. Instead, we can update these values every few months or on demand.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.