Description Usage Arguments Details Value Examples
Returns a list of data frames with details of all grants from funders
returned by tsg_available()
.
1 | tsg_all_grants(verbose = TRUE, timeout = 30, retries = 0, correct_names = TRUE)
|
verbose |
If |
timeout |
The maximum request time, in seconds. If data is not returned
in this time, a value of |
retries |
The number of retries to make if a request is not successful. Defaults to 0. |
correct_names |
If |
Due to the structure of the 360 Giving data, the package will make
multiple attempts to request data. This can cause issues with servers
automatically blocking requests. You can use tsg_missing()
to identify
missing sets of grant data.
A list of tibbles with grant data.
1 2 3 4 | ## Not run:
all_grants <- tsg_all_grants()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.