get_nih: Search NIH RePORTER

View source: R/nih.R

get_nihR Documentation

Search NIH RePORTER

Description

Search NIH RePORTER

Usage

get_nih(keyword, from_date, to_date, verbose = FALSE, payload = NULL)

Arguments

keyword

Keyword to query

from_date

Date object to begin search

to_date

Date object to end search

verbose

enable verbose HTTP messages. TRUE/FALSE, default: false

payload

A custom NIH search query object. Only for advanced purposes. default: null

Value

a data.frame

Examples

nih <- get_nih("ethnography", "2019-01-01", "2019-05-01")

PESData/awardFindR documentation built on March 27, 2024, 4:46 a.m.