README.md

secretscrape

The goal of secretscrape is to help users obtain data from opensecrets.org. It allows users to obtain data on industry specific Congressional political donations directly from Open Secrets.

Installation

You can install the released version of secretscrape from github with:

if(!require(devtools)){
 install.packages("devtools")
}
devtools::install_github("hkarp1/secretscrape")

Example

This is a basic example of a call to download data with secretscrape:

library(secretscrape)
donations_scrape("E01", 1998, "H", "N")


hkarp1/secretscrape documentation built on Jan. 18, 2021, 12:36 a.m.