Learn R Programming

shiny.router (version 0.1.1)

callback_mapping: Create a mapping bewtween a ui element and a server callack

Description

Create a mapping bewtween a ui element and a server callack

Usage

callback_mapping(ui, server = NA)

Arguments

ui

Valid Shiny user interface.

server

Function that is called within the global server function if given