router_link | R Documentation |
Take a path to a page and convert it to a link for use in Shiny UI.
router_link(path)
path |
Path of the destination page. |
A link to the destination page.
htmltools::a(href = router_link("home"), "Home page")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.