Learn R Programming

shiny.router (version 0.3.1)

callback_mapping: Create a mapping between a UI element and a server callback.

Description

Create a mapping between a UI element and a server callback.

Usage

callback_mapping(path, ui, server = NA)

Value

list with ui and server fields

Arguments

path

Bookmark id.

ui

Valid Shiny user interface.

server

Function that is called within the global server function if given