Skip to Content
R Programming By Example
book

R Programming By Example

by Omar Trejo Navarro
December 2017
Beginner to intermediate
470 pages
12h 29m
English
Packt Publishing
Content preview from R Programming By Example

The building blocks for reactivity in Shiny

The building blocks of reactivity in Shiny are built around three types of functions: input, output, and rendering functions. Input functions most of the time end with the Input string (not always) and I will refer to them as Input() functions. Output functions always end with the Output string and I will refer to them as Output() functions. Finally, rendering functions begin with the render string and similarly I will refer to them as render*() functions.

Input*() functions are used within the ui object and they generate reactive values, which are values received from an interaction through a web browser, and are passed through the input parameter in the server function. The render*() functions ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Efficient R Programming

Efficient R Programming

Colin Gillespie, Robin Lovelace
R Programming

R Programming

Jared P. Lander

Publisher Resources

ISBN: 9781788292542Supplemental Content