filter_grants_submitted: Filter to grants submitted between start and end.

View source: R/filter.R

filter_grants_submittedR Documentation

Filter to grants submitted between start and end.

Description

This function filters the grants table to only grants that are submitted between the specified start and end date. The dates must be input as YYYY-MM-DD format.

Usage

filter_grants_submitted(d)

Arguments

d

The grants table

start

Start date (YYYY-MM-DD)

end

End date (YYYY-MM-DD)

Details

Note that if you do not specify an end date then today's date is used.

Note that the dates are inclusive (meaning they include the date specified).

Value

A filtered grants table.


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