get_nsf | R Documentation |
Search the NSF API for awards
get_nsf(keyword, from_date, to_date, verbose = FALSE, cfda = 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 |
cfda |
Comma-separated CFDA codes to include, default: all |
A data.frame
nsf <- get_nsf("ethnography", "2020-01-01", "2020-02-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.