new_indicator | R Documentation |
Create a new indicator
new_indicator(
indicator_name,
file,
output_format = c("column", "loop", "table"),
description,
individual_columns_required = list(),
loop_columns_required = list(),
conversion_tables_required = list(),
api_data_required = list(),
indicators_required = list(),
function_calculated,
search_term
)
indicator_name |
The name of the new indicator |
file |
The file where the indicator is located |
output_format |
The shape of the indicator (column, loop or table) |
description |
A description of the indicator |
individual_columns_required |
Which individual columns are required (directly) for the RHoMIS dataset |
loop_columns_required |
Which looped columns are required |
conversion_tables_required |
Which conversion tables are required |
api_data_required |
Which api connection data is required |
indicators_required |
Other indicators which are required to calculate this one |
function_calculated |
The function where this indicator is calculated |
search_term |
The search term you can use to find where this indicator is calculated |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.