Description Usage Arguments Examples
View source: R/percent_to_goal.R
The function outputs the percentage of a unit's goal they have reached in a given timeframe.
1 | percent_to_goal(goal, unit, from, to)
|
goal |
The unit's monetary goal |
unit |
Unit code |
from |
Start date, in yyyymmdd format |
to |
End date, in yyyymmdd format |
1 | percent_to_goal(goal = 100000000, unit = 'EN', from = 20140101, to = 20180630)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.