View source: R/make_agi_graph.R
make_agi_graph | R Documentation |
Takes cleaned IRS data.table and makes Plotly graph of aggregated income divided by returns by selection
using output of prepare_app_data()
make_agi_graph(data, type = "agi")
data |
IRS data.table |
type |
chr vector to specify if agi or per_cap |
## Not run:
make_agi_graph(irs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.