render_menu_link | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.