tsg_core_data: Core Data

Description Usage Arguments Value See Also Examples

View source: R/core-data.R

Description

Given a list returned by tsg_all_grants() or tsg_search_grants(), creates a tibble with the core variables required by the 360Giving open standard, as well as the publisher prefix and dataset identifier, which are useful for data processing, and the licence the data was published under.

Usage

1
tsg_core_data(x, verbose = TRUE)

Arguments

x

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

verbose

If TRUE, prints console messages on data retrieval progress. Defaults to TRUE.

Value

A tibble with the core variables in the 360Giving standard.

See Also

tsg_process_data(), which does the same processing but returns all available variables.

Examples

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

df <- tsg_core_data(grants)

## End(Not run)

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