filter_in_year: Filter records in Partnership Grant year yr.

View source: R/filter.R

filter_in_yearR Documentation

Filter records in Partnership Grant year yr.

Description

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.

Usage

filter_in_year(.x, var, yr = pg_project_years())

filter_grants_submitted_in_year(.x, ...)

filter_grants_funded_in_year(.x, ...)

Arguments

var

Variable to use for grant year

yr

Partnership Grant Year to filter by.

d

tibble of records

Details

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.

Value

A tibble filtered to submissions from year yr.

Functions

  • filter_grants_submitted_in_year(): Filter grants submitted in year

  • filter_grants_funded_in_year(): Filter grants with funding starting in PG year yr.


steveneschrich/pgreportr documentation built on Jan. 13, 2025, 7:09 p.m.