Skip to contents

Create the server logic for the ped_shiny application

Usage

ped_server(input, output, session, precision = 2)

Arguments

input

The input object from a Shiny app.

output

The output object from a Shiny app.

session

The session object from a Shiny app.

precision

Number of decimal for the position of the boxes in the plot.

Examples

if (interactive()) {
    ped_shiny()
}