get_url_parameters: Get URL Parameters

View source: R/ui_helpers.R

get_url_parametersR Documentation

Get URL Parameters

Description

This function returns any url parameters passed to the application as a named list. Keep in mind url parameters are always user-session scoped

Usage

get_url_parameters(session)

Arguments

session

shiny session object

Value

named list of url parameters and values. List may be empty if no URL parameters were passed when the application instance was launched.


periscope documentation built on Nov. 7, 2023, 1:06 a.m.