Learn R Programming

shiny.router (version 0.1.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)

Arguments

routes

A routes (list).

path

A path.

Value

Boolean value indicating if path is defined.