inst/shiny/server/srv-tab-home.R

##########################
# Home tab server

# change to results tab when clicking on link
observeEvent(input$toDataset,
             updateTabsetPanel(session, "mainNav", "datasetTab")
)
observeEvent(input$toSimulate,
             updateTabsetPanel(session, "mainNav", "simulateTab")
)
observeEvent(input$toExamples,
             updateTabsetPanel(session, "mainNav", "examplesTab")
)

Try the nph package in your browser

Any scripts or data that you put into this service are public.

nph documentation built on May 17, 2022, 1:06 a.m.