util_float_index_menu: return a single page navigation menu floating on the right

View source: R/util_float_index_menu.R

util_float_index_menuR Documentation

return a single page navigation menu floating on the right

Description

if displayed in a dq_report2

Usage

util_float_index_menu(index_menu_table, object)

Arguments

index_menu_table

data.frame columns: links, hovers, texts

object

htmltools tag list, used, instead of index_menu_table, if passed

Examples

## 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)

dataquieR documentation built on July 26, 2023, 6:10 p.m.