Learn R Programming

threesixtygiving (version 0.2.2)

tsg_missing: 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 tsg_all_grants().

Value

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

Examples

Run this code
# NOT RUN {
all_grants <- tsg_all_grants()

missing_grants <- tsg_missing(all_grants)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab