Returns a tibble with details on any available data missing from a list of grants returned by tsg_all_grants().

tsg_missing(x)

Arguments

x

A list of tibble with grant data returned by tsg_all_grants().

Value

A tibble with details on funders missing data from a list of tibbles passed to the function.

Examples

if (FALSE) {
all_grants <- tsg_all_grants()

missing_grants <- tsg_missing(all_grants)
}