Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luceydav/irsapp
IRS Tax Dashboard is a {shiny} {golem} app to explore 16 years of IRS SOI data from the {irsSOI} package
https://github.com/luceydav/irsapp
golem r rstats shiny
Last synced: 14 days ago
JSON representation
IRS Tax Dashboard is a {shiny} {golem} app to explore 16 years of IRS SOI data from the {irsSOI} package
- Host: GitHub
- URL: https://github.com/luceydav/irsapp
- Owner: luceydav
- License: other
- Created: 2021-02-24T17:05:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T00:01:22.000Z (9 months ago)
- Last Synced: 2024-11-06T11:49:59.508Z (2 months ago)
- Topics: golem, r, rstats, shiny
- Language: R
- Homepage: https://luceyda.shinyapps.io/irsapp/
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# irsApp
The goal of irsApp is to build and deploy an extensible {golem} {shiny} Application which will allow for adding more data and analysis over time.
## Installation
The development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("luceydav/irsSOI")
```## Example
This is a basic example which shows you how to solve a common problem:
```{r example, echo=TRUE, eval=FALSE}
# not run
library(irsApp)
## basic example code
run_app()
```