View source: R/widget-proposal-actual-ask.R
proposal_actual_ask | R Documentation |
Find proposals with given ask dates/amounts
proposal_actual_ask(at_least = 0, from = NULL, to = NULL)
at_least |
only look for asks of at least this much |
from |
daterange in YYYYMMDD format |
to |
daterange in YYYYMMDD format ## find all million+ asks from FY18 proposal_actual_ask(at_least = 1000000, from = 20170701, to = 20180630) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.