Description Usage Arguments Details Value See Also Examples
View source: R/search-grants.R
Returns a list of tibbles with details of all grants from specific funders.
1 2 3 4 5 6 7 8 9 |
search |
The string(s) to search for. By default allows POSIX 1003.2
regular expressions. Use |
search_in |
The name of the column to search in. Accepts single strings
or a character vector of column names. If |
verbose |
If |
ignore_case |
If |
perl |
If |
fixed |
If |
... |
Additional params passed to |
tsg_search_grants
retrieves grants where funder data
matches one or more search strings. If only one dataset
matches queries, returns a tibble of that dataset.
Use tsg_specific_df()
to pass a dataframe.
A single tibble (if only one grant maker matches the queries) or a list of tibbles (if the query matches multiple datasets).
tsg_search_funders()
for retrieving information on available
datasets from matching funders. tsg_specific_df()
to retrieve data
contained with all or specific rows of a tibble returned
by tsg_available()
or tsg_missing()
.
1 2 3 4 | ## Not run:
specific1 <- tsg_search_grants(search = c("bbc", "caBinet"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.