router_link: Create a page link

View source: R/shiny.R

router_linkR Documentation

Create a page link

Description

Take a path to a page and convert it to a link for use in Shiny UI.

Usage

router_link(path)

Arguments

path

Path of the destination page.

Value

A link to the destination page.

Examples

htmltools::a(href = router_link("home"), "Home page")

gorcha/shinypages documentation built on June 29, 2022, 4:38 a.m.