Returns a tibble with details on any available data missing from a list
of grants returned by tsg_all_grants()
.
tsg_missing(x)
A list of tibble with grant data returned by tsg_all_grants()
.
A tibble with details on funders missing data from a list of tibbles passed to the function.
if (FALSE) {
all_grants <- tsg_all_grants()
missing_grants <- tsg_missing(all_grants)
}