Description Usage Arguments Details See Also
internal function for calculating the extra fields needed for bullet charts
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | extra_field_calculator(
  file_name = NULL,
  sheet_name = "Sheet1",
  dataframe = NULL,
  indicator_name = "indicator_name",
  actual = "actual",
  actual_lastweek = "actual_lastweek",
  actual_lastyear = "actual_lastyear",
  target = "target",
  for_year = year(Sys.Date()),
  cal_type = "fis",
  remove_no_targets = FALSE
)
 | 
| file_name | path of Excel file | 
| sheet_name | specify which sheet in Excel file | 
| dataframe | specify R dataframe input | 
| indicator_name | specify the name of the column that has your indicator/KPI names | 
| actual | specify the name of the column that has the current value of your indicators/KPIs | 
| actual_lastweek | specify the name of the column that has the indicator/KPI value from the previous week | 
| actual_lastyear | specify the name of the column that has the indicator/KPI value from the previous year | 
| target | specify the name of the column that has the target value for the indicator/KPI | 
| for_year | specify the year in which the report is being made, Default: year(Sys.Date()) | 
| cal_type | define what calendar you are using. Options are "fis" for fiscal year starting | 
| remove_no_targets | remove indicators with Targets == NA or 0, Default: FALSE October 1st, "cal" for calendar year starting January 1st, or enter your own custom date in the format "YYYY/MM/DD", Default: fis | 
internal function for calculating the extra fields for the bullet chart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.