Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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()
```