get_router_page_title: Get the title of the current page

View source: R/shiny.R

get_router_page_titleR Documentation

Get the title of the current page

Description

Get the title attribute of the current 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

## Not run: 
get_router_page_title()

## End(Not run)

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