knitr::opts_chunk$set(include=FALSE)
# install and load packages
pkgs<- c("PostgreSQL", "here")
new.packages <- pkgs[!(pkgs %in% installed.packages()[,"Package"])]
if(length(new.packages)) install.packages(new.packages)
suppressMessages(lapply(pkgs, library, character.only = TRUE))
rm(new.packages,pkgs)
ls()
# untar(... .gz file(s))

U.S. Federal Grants and Contracts

We are interested in exploring federal funding distribution for bird-related products. The website, USASpending, has a database dump located here.

The dumps comprise two compressed files:

.zip file | ~size (GB) | notes ---|-----|---- USAspending Database | 2 | ?Tbd? Subset Database |








trashbirdecology/USAvian documentation built on March 1, 2021, 12:47 p.m.