Take a path to a page and convert it to a link for use in Shiny UI.
Examples
htmltools::a(href = router_link("home"), "Home page")
#> <a href="./#!/home">Home page</a>
Take a path to a page and convert it to a link for use in Shiny UI.
htmltools::a(href = router_link("home"), "Home page")
#> <a href="./#!/home">Home page</a>