Learn R Programming

fedreporter (version 0.2.1)

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

Description

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

Usage

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

Examples

Run this code
# NOT RUN {
res = fe_projects_multiple(
project_number = c("5R01MH092950-05", "USFS-0000779")
)
res = fe_projects_multiple(
internal_id = c("739576", "739577")
)
# }

Run the code above in your browser using DataLab