get_nih | R Documentation |
Search NIH RePORTER
get_nih(keyword, from_date, to_date, verbose = FALSE, payload = NULL)
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 |
a data.frame
nih <- get_nih("ethnography", "2019-01-01", "2019-05-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.