Learn R Programming

periscope (version 1.0.4)

get_url_parameters: 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)

Value

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

Arguments

session

shiny session object