Learn R Programming

dccvalidator (version 0.3.0)

app_ui: App UI

Description

Create the UI component of the dccvalidator Shiny app.

Usage

app_ui(request)

Arguments

request

Shiny request

Value

A shinydashboard page

Examples

Run this code
# NOT RUN {
shinyApp(ui = app_ui, server = app_server)
# }

Run the code above in your browser using DataLab