Description Usage Arguments Value See Also Examples
Retrieve data contained with all or specific rows of a tibble
returned by tsg_available()
or tsg_missing()
.
1 | tsg_specific_df(x, verbose = TRUE, timeout = 30, retries = 0)
|
x |
All or a subset of a tibble returned by
|
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. |
A list of tibbles with grant data.
1 2 3 4 5 6 7 8 | ## Not run:
all_grants <- tsg_all_grants()
missing_grants <- tsg_missing(all_grants)
more_grants <- tsg_specific_df(missing_grants)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.