Render menu link
This function renders horizontal menu item.
render_menu_link(location, title, active_location = "", icon = NULL)
location |
character url with location |
title |
name of the page |
active_location |
name of the active subpage (if matches location then
it gets highlighted), default empty ( |
icon |
non-mandatory parameter with icon name |
shiny tag link
horizontal_menu
render_menu_link("#subpage1", "SUBPAGE")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.