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

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

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

[![R-CMD-check](https://github.com/coatless-rpkg/usaspending/actions/workflows/R-CMD-check.yaml/badge.svg)](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")
```