Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lecy authored Nov 22, 2024
1 parent 5e4427a commit ad1af06
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@

A demonstration of reproducible workflows with nonprofit data for the ARNOVA Conference 2024.

<a href="https://github.com/Nonprofit-Open-Data-Collective/arnova-2024/blob/main/NCCS-DATA-CATALOG.pdf" target="_blank" class="btnStack"><b>SLIDES</b></a>
![image](https://github.com/user-attachments/assets/1065788a-abe6-47c1-90ee-4e9764f283e1)

<hr>

<a href="https://github.com/Nonprofit-Open-Data-Collective/arnova-2024/blob/main/NCCS-DATA-CATALOG.pdf" target="_blank" class="btnStack"><b>SLIDES</b></a>

<br>
<br>


## Nonprofit Data Packages

## Nonprofit Data Packages

Packages used in the demo script:

Expand All @@ -32,16 +34,9 @@ If you are having problems downloading packages try:
# options( download.file.method = "libcurl" ) # for all op systems
```

[Some Useful Nonprofit Packages](https://nonprofit-open-data-collective.github.io/tools/)

[Nonprofit Open Data Collective on GitHub](https://github.com/Nonprofit-Open-Data-Collective)

<br>
<br>

## R Packages
[Some Useful Nonprofit Packages](https://nonprofit-open-data-collective.github.io/tools/)[Nonprofit Open Data Collective on GitHub](https://github.com/Nonprofit-Open-Data-Collective)

We use the following packages in the demo script:
We also use the following R packages in the demo script:

```r
package.list <-
Expand Down Expand Up @@ -99,21 +94,11 @@ df <- merge( df, bmf, by="EIN2", all.x=TRUE )
<br>
<br>

## This repo:

![image](https://github.com/user-attachments/assets/1065788a-abe6-47c1-90ee-4e9764f283e1)


<br>
<br>
<br>
<br>

## NCCS data catalog:

[ ![image](https://github.com/user-attachments/assets/d94c76e8-e0cf-4dad-a5db-81f71ca462e9) ](https://nccs.urban.org/nccs/datasets/)


The Nonprofit Sector in Brief Dashboard aggregates more than three decades of NCCS data to illuminate trends in the nonprofit sector. The dashboard currently provides data up to 2021 and will be continuously updated with the most recent available data. View data and trends by organization type, subsector, asset size, geography, and time period to see a snapshot of the nonprofit sector as seen through IRS data.



Expand Down

0 comments on commit ad1af06

Please sign in to comment.