filter_grants_submitted | R Documentation |
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.
filter_grants_submitted(d)
d |
The grants table |
start |
Start date (YYYY-MM-DD) |
end |
End date (YYYY-MM-DD) |
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).
A filtered grants table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.