get_templeton | R Documentation |
Search for a set of keywords in the Templeton grants database.
get_templeton(keywords, from_year, to_year, verbose = FALSE)
keywords |
Vector of strings to search |
from_year |
Beginning year to search |
to_year |
Ending year to search |
verbose |
enable verbose HTTP messages. TRUE/FALSE, default: false |
A data.frame
## Not run:
templeton <- get_templeton(c("qualitative data", "case studies"), 2018, 2020)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.