GetOrganizations: Access All Available Charity Data

Description Usage Arguments Details Examples

View source: R/GetOrganizations.R

Description

This function allows the users to access 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
GetOrganizations(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 39 columns filtered based on search query. Certain columns will be empty unless user has a premium subscription.

Examples

1
2
3
4
5

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