Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seankross/usbudget
:us: R data package featuring United States federal budget data
https://github.com/seankross/usbudget
Last synced: 14 days ago
JSON representation
:us: R data package featuring United States federal budget data
- Host: GitHub
- URL: https://github.com/seankross/usbudget
- Owner: seankross
- Created: 2015-02-04T09:10:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T09:11:05.000Z (almost 10 years ago)
- Last Synced: 2023-05-22T02:45:53.193Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 1.43 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# usbudget
This R data package contains United States federal budget data for years since
1962 and projections until 2020. Adapted from
[The White House Federal Budget Data Release](https://github.com/WhiteHouse/2016-budget-data).## To install:
```
library(devtools)
install_github("seankross/usbudget")
```