View source: R/util_float_index_menu.R
util_float_index_menu | R Documentation |
if displayed in a dq_report2
util_float_index_menu(index_menu_table, object)
index_menu_table |
data.frame columns: links, hovers, texts |
object |
|
Other reporting_functions:
util_alias2caption()
,
util_copy_all_deps()
,
util_create_page_file()
,
util_eval_to_dataquieR_result()
,
util_evaluate_calls()
,
util_generate_anchor_link()
,
util_generate_anchor_tag()
,
util_generate_calls()
,
util_generate_calls_for_function()
,
util_load_manual()
,
util_make_data_slot_from_table_slot()
,
util_make_function()
,
util_order_by_order()
,
util_set_size()
## Not run:
util_float_index_menu(tibble::tribble(
~ links, ~ hovers, ~ texts,
"http://www.google.de/#xxx", "This is Google", "to Google",
"http://www.uni-giessen.de/#xxx", "This is Gießen", "cruising on the A45"
))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.