filter_in_year | R Documentation |
Records are from all time periods. However, reporting often occurs by specific Grant Year. The Grant Year is different from the calendar year and fiscal year, and is specifically defined for the partnership grant.
filter_in_year(.x, var, yr = pg_project_years())
filter_grants_submitted_in_year(.x, ...)
filter_grants_funded_in_year(.x, ...)
var |
Variable to use for grant year |
yr |
Partnership Grant Year to filter by. |
d |
tibble of records |
Thus, this function filters records to those that were submitted in Partnership Grant year yr.
NOTE: This function is vector-aware, meaning that multiple grant years can be included.
A tibble filtered to submissions from year yr.
filter_grants_submitted_in_year()
: Filter grants submitted in year
filter_grants_funded_in_year()
: Filter grants with funding starting in PG year yr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.