fe_projects_multiple: Fetch multiple projects by internal Federal RePORTER IDs (SM...

Description Usage Arguments Value Note Examples

Description

Fetch multiple projects by internal Federal RePORTER IDs (SM ID or Project Numbers)

Usage

1
2
fe_projects_multiple(internal_id = NULL, project_number = NULL,
  secure = TRUE)

Arguments

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'.

secure

passed to fe_base_url for https

Value

List of the result of the GET call and the content

Note

See https://api.federalreporter.nih.gov/#!/Projects/Get_Project, this calls POST /v1/projects/FetchBySmApplIds

Examples

1
2
3
4
5
6
res = fe_projects_multiple(
project_number = c("5R01MH092950-05", "USFS-0000779")
)
res = fe_projects_multiple(
internal_id = c("739576", "739577")
)

fedreporter documentation built on May 2, 2019, 9:50 a.m.