mirror of
https://github.com/lisawilliams/NIH_Data.git
synced 2025-07-27 22:21:16 -07:00
formatting changes for readability
This commit is contained in:
parent
76a2446c72
commit
2fa6cc35e5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ For your convenience and so you can see it locally, I've replicated the data dic
|
||||||
|
|
||||||
If you want to try out the R code, you'll need to download the individual .CSV files of RePORTER data either at the link above or from the NIH website. Each .CSV file represents one year of data. I recommend making a folder structure like this:
|
If you want to try out the R code, you'll need to download the individual .CSV files of RePORTER data either at the link above or from the NIH website. Each .CSV file represents one year of data. I recommend making a folder structure like this:
|
||||||
|
|
||||||
Top level folder: NIH_Data
|
Top level folder: NIH_Data<br>
|
||||||
Folder within that top level folder: data
|
Folder within that top level folder: data
|
||||||
|
|
||||||
In that data folder, place your downloaded .CSV files. The code in the script will combine these into a single dataframe which you will work with by filtering the data and visualizing it by generating charts.
|
In that data folder, place your downloaded .CSV files. The code in the script will combine these into a single dataframe which you will work with by filtering the data and visualizing it by generating charts.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue