Generate a link to a specific result
for dq_report2
util_generate_anchor_link( varname, callname, order_context = c("variable", "indicator"), name, title )
varname
: variable to create a link to
callname
: function call to create a link to
order_context
: link created to variable overview or indicator overview page
name
: replaces varname
and callname
, must contain the .
separator, then
title
: optional, replaces auto-generated link title
the htmltools
tag
Other reporting_functions: util_alias2caption()
, util_copy_all_deps()
, util_create_page_file()
, util_eval_to_dataquieR_result()
, util_evaluate_calls()
, util_float_index_menu()
, util_generate_anchor_tag()
, util_generate_calls()
, util_generate_calls_for_function()
, util_load_manual()
, util_make_data_slot_from_table_slot()
, util_order_by_order()
, util_set_size()
Useful links