fe_projects: Federal RePORTER projects
Description
Federal RePORTER projects
Usage
fe_projects(nih_id = NULL, internal_id = NULL, project_number = NULL,
verbose = TRUE, secure = TRUE)
Arguments
nih_id
global identifier for a project across all NIH
systems that handle research projects/grants data.
Example, 8828294.
internal_id
internal Federal RePORTER generated unique ID
associated with each project. It is available as part of
export on Federal RePORTER search results. Example, 739576.
project_number
unique number that is assigned to a project
by the affiliated federal agency. Examples: '5R01MH092950-05',
'1R01CA183929-01A1', 'USFS-0000779'.
verbose
print diagnostic messages
Value
List of the result of the GET call and
the content
Examples
Run this code# NOT RUN {
res = fe_projects(project_number = "5R01MH092950-05")
# }
Run the code above in your browser using DataLab