tsg_missing {threesixtygiving} | R Documentation |
Identify missing data sets
Description
Returns a tibble with details on any available data missing from a list
of grants returned by tsg_all_grants()
.
Usage
tsg_missing(x)
Arguments
x |
A list of tibble with grant data returned by |
Value
A tibble with details on funders missing data from a list of tibbles passed to the function.
Examples
## Not run:
all_grants <- tsg_all_grants()
missing_grants <- tsg_missing(all_grants)
## End(Not run)
[Package threesixtygiving version 0.2.2 Index]