tsg_search_funders {threesixtygiving} | R Documentation |
Search funders
Description
Return a tibble with information on all grant datasets where funder data matches one or more search strings.
Usage
tsg_search_funders(
search,
search_in = NULL,
verbose = TRUE,
ignore_case = TRUE,
perl = FALSE,
fixed = FALSE
)
Arguments
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 |
Value
A tibble with information on matching datasets
See Also
tsg_search_grants()
for retrieving all grants
from matching funders.
Examples
## Not run:
search1 <- tsg_search_funders(search = c("bbc", "caBinet"))
## End(Not run)
[Package threesixtygiving version 0.2.2 Index]