Skip to contents

Get the title of the current router page

Usage

get_router_page_title(session = shiny::getDefaultReactiveDomain())

Arguments

session

The current shiny session object.

Value

The title of the current router_page().

Examples

if (FALSE) {
get_router_page_title()
}