get_router_path: Get the path of the current page

View source: R/shiny.R

get_router_pathR Documentation

Get the path of the current page

Description

Extract 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

## Not run: 
get_router_path()

## End(Not run)

gorcha/shinypages documentation built on June 29, 2022, 4:38 a.m.