https://github.com/coatless-rpkg/usaspending
Access Records from USASpending.Gov
https://github.com/coatless-rpkg/usaspending
Last synced: 22 days ago
JSON representation
Access Records from USASpending.Gov
- Host: GitHub
- URL: https://github.com/coatless-rpkg/usaspending
- Owner: coatless-rpkg
- License: other
- Created: 2025-02-13T20:37:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T11:21:19.000Z (4 months ago)
- Last Synced: 2025-02-18T11:35:14.471Z (4 months ago)
- Language: R
- Homepage: http://r-pkg.thecoatlessprofessor.com/usaspending/
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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%"
)
```# usaspending
[](https://github.com/coatless-rpkg/usaspending/actions/workflows/R-CMD-check.yaml)
The goal of usaspending is to ...
## Installation
You can install the development version of usaspending from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("coatless-rpkg/usaspending")
```