GetIRS: Access Charity IRS Data

Description Usage Arguments Details Examples

View source: R/GetIRS.R

Description

This function allows the users to access IRS charity data from Charity Navigator API through a variety of different parameters. Parameters should be left null if it is not of interest so as to include all fields that have that parameter.

Usage

1
GetIRS(name = NULL, state = NULL, sizeRange = NULL, limit = 10)

Arguments

name

search for a near match based on string.

state

A two letter name.

sizeRange

Search organizations within a bracket, as measured in annual total expenses. 1 = Up to $3.5MM, 2 = $3.5MM to $13.5MM, 3 = $13.5MM and up

limit

Number of organizations that will be listed.

Details

Returns a data.table with 21 columns filtered based on search query. All available IRS data will be included.

Examples

1
2
3
4
5
GetIRS()

GetIRS(state = "CA")

GetIRS(name = "Refresh", state = "CA")

joseandresmontes/CharityNavigatoR documentation built on June 5, 2020, 2:34 p.m.