valid_path {shiny.router} | R Documentation |
Internal function that validates that path is defined in routes.
Description
Internal function that validates that path is defined in routes.
Usage
valid_path(routes, path)
Arguments
routes |
A routes (list). |
path |
A path. |
Value
Boolean value indicating if path is defined.
[Package shiny.router version 0.3.1 Index]