tsg_missing: Identify missing data sets

Description Usage Arguments Value Examples

View source: R/missing-data.R

Description

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

Usage

1

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

1
2
3
4
5
6
## Not run: 
all_grants <- tsg_all_grants()

missing_grants <- tsg_missing(all_grants)

## End(Not run)

threesixtygiving documentation built on Dec. 2, 2020, 5:05 p.m.