util_generate_anchor_tag {dataquieR} | R Documentation |
Generate a tag for a specific result
Description
for dq_report2
Usage
util_generate_anchor_tag(
varname,
callname,
order_context = c("variable", "indicator"),
name
)
Arguments
varname |
variable to create an anchor for |
callname |
function call to create an anchor for |
order_context |
anchor created on variable overview or indicator overview page |
name |
replaces |
Value
the htmltools
tag
See Also
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_link()
,
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()
[Package dataquieR version 2.5.1 Index]