filter_pg_years_funded: Filter grant table d to grants that start funding within the...

View source: R/filter.R

filter_pg_years_fundedR Documentation

Filter grant table d to grants that start funding within the U54 fiscal years grant_years.

Description

Starting from the grant table, filter the table to only include grants that started funding in specific Program Grant fiscal years (listed as Y01, Y02, ...). Note: grant funding can occur in a different fiscal year from grant submission.

Usage

filter_pg_years_funded(d, grant_years)

Arguments

d

The grant table

grant_years

A list of PG fiscal years (e.g., Y01, Y02) to filter to.

Value

A filtered grant table with only grants whose funding started in grant_years.


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