shinyhist: This is an example of a shiny package

Description Usage Details Value shiny Shiny server Shiny reactivity Examples

View source: R/shinyplots.R

Description

This shows you where to place stuff

Usage

1

Details

Get into reactive programming with shiny

Value

A hstogram

shiny

The shiny web server will run once this function is invoked and will open a web browser. You should learn how this is implemented.

The web server can be studied https://shiny.rstudio.com/tutorial/

Shiny server

When building the server function in the app make sure your remember the three steps:

  1. Must populate the output list

  2. Must use Render functions

  3. Must use the input list

Shiny reactivity

The main engine that drives shiny server is the concept of reactivity this is what makes shiny apps responsive. The concept is a very important one and you must understand it completely by visiting a video and then reading an article.

  1. Please visit Reactivity

  2. Read this informative article

Examples

1
## Not run:  shinyhist()

ctstrick61/s3oopcs documentation built on Dec. 19, 2021, 7:03 p.m.