route_link {shiny.router} | R Documentation |
Route link
Description
Adds /#!/ prefix to link.
Usage
route_link(path)
Arguments
path |
character with path |
Value
route link
Examples
route_link("abc") # /#!/abc
[Package shiny.router version 0.3.1 Index]