-
New
abstract_words
table containing tokenized words for project abstracts. -
New
projects_min
table, which contains a minimal subset of projects data from 2006-2024, with both direct and indirect costs (2006 was the first year IC amounts were published). -
Fixed date parsing in
projects
.
- Update tables through FY 2024.
-
Reload
projects
data.fy.cost
now spans 1985-2021. -
Some columns in the
projects
table updated todate
types -
Recalculate
project_io
table. -
New
clinical_studies
table. -
Removed
project_orgs
andorg_info
tables, now in mainprojects
table. -
rcr
values added to thepublications
table, and added newrcr()
function that enables retrieval of RCR values for specific PMIDs. -
remove duplicate rows and
NA
s fromproject_pis
table.
-
Added pkgdown documentation
-
removed a few unused columns (
journal.title.abbr
frompublications
) from tables to minimize package size. -
Refactored data loading scripts
- update to FY 2015
- small fixes for tidyr::separate, need characters for
into
arg - add script for downloading DUNS patch files
org.duns
inproject_orgs
table is corrected (thanks EXPORTER folks)- only projects associted with
nih.institues
are in theprojects
table, so no need to filter bynih.institutes
- added
application.type
andarra.funded
toprojects
table - add CITATION file
- refactor data loading
- added missing
project.cost
toproject.io
table
-
renamed
project_output
toproject_io
-
added
publications
table
-
identified major issue with organization DUNS numbers in the PROJECTS table. Emailed NIH EXPORTER via the website and asked them to fix.
-
added
project_output
table with pre-computed values for grants
-
removed dots from table names
- rename
project.orgs
toproject_orgs
- rename
project.pis
toproject_pis
- rename
- added
patents
table - updated vignette with
patents
example
- recompressed rdata files to be much smaller
- new grant_productivity vignette
- added nih.institutes variable for quick filtering with %in%