Learn R Programming

shiny.router (version 0.3.1)

valid_path: 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)

Value

Boolean value indicating if path is defined.

Arguments

routes

A routes (list).

path

A path.