Skip to contents

Get the current router path from the URL

Usage

get_router_path(session = shiny::getDefaultReactiveDomain())

Arguments

session

The current shiny session object.

Value

The current router path.

Examples

if (FALSE) {
get_router_path()
}