Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccao-data/app-shiny-rpie
Shiny application for internal RPIE reporting and code retrieval
https://github.com/ccao-data/app-shiny-rpie
app docker r shiny utility
Last synced: about 11 hours ago
JSON representation
Shiny application for internal RPIE reporting and code retrieval
- Host: GitHub
- URL: https://github.com/ccao-data/app-shiny-rpie
- Owner: ccao-data
- License: agpl-3.0
- Created: 2023-07-09T18:22:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-28T17:28:58.000Z (about 1 year ago)
- Last Synced: 2024-01-26T09:47:56.391Z (10 months ago)
- Topics: app, docker, r, shiny, utility
- Language: R
- Homepage: https://datascience.cookcountyassessor.com/shiny/app/rpie
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPIE Code Retrieval App
This repository contains a [Shiny app](https://datascience.cookcountyassessor.com/shiny/app/rpie) that users within the CCAO can use to retrieve RPIE codes for taxpayers.
There are currently two ways to go about this:
* Enter a single PIN and RPIE reporting year (the current year), and the app will display the PIN, its RPIE code, and the address it was mailed to.
* Upload a list of PINs contained in a `.csv` or `.xlsx` (you should still choose a year); the only real criteria for this upload is that there is only one PIN per row and the column containing PINs is named "PIN". The PIN data itself does not need to be clean (it can contain spaces, hyphens, commas, etc.), PINs can be 10 or 14 digits, and extra columns included in the upload will be preserved.
The app will generate a table with each PIN's RPIE code appended onto the right-side of the uploaded data, and allow users to download all the codes in bulk as a `.csv` or `.xlsx` file (or simply copy them).That's it!