R/app_server.R
ped_server.Rd
Create the server logic for the ped_shiny application
ped_server(input, output, session, precision = 2)
The input object from a Shiny app.
The output object from a Shiny app.
The session object from a Shiny app.
Number of decimal for the position of the boxes in the plot.
shiny::shinyServer()
if (interactive()) { ped_shiny() }