Description Usage Arguments Details Examples
View source: R/GetOrganizations.R
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.
1 |
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. |
Returns a data.table with 39 columns filtered based on search query. Certain columns will be empty unless user has a premium subscription.
1 2 3 4 5 | GetOrganizations()
GetOrganizations(state = "CA",10)
GetOrganizations(name = "Refresh")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.