Description Usage Arguments Value See Also Examples
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.
1 | tsg_core_data(x, verbose = TRUE)
|
x |
A list of tibble with grant data returned by |
verbose |
If |
A tibble with the core variables in the 360Giving standard.
tsg_process_data()
, which does the same processing but returns
all available variables.
1 2 3 4 5 6 | ## Not run:
grants <- tsg_all_grants()
df <- tsg_core_data(grants)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.