Skip to contents

shinyAppMinimal

Usage

shinyAppMinimal(ui, server = NULL, theme = "epicentre", port = 8000L)

Arguments

ui

A shiny.tag.list object representing the UI elements of the Shiny app.

server

A function representing the server logic of the Shiny app.

theme

A character string specifying the theme of the app. Choices include 'bootstrap_3', 'bootstrap_5', and 'epicentre'.

port

An integer specifying the port number for running the Shiny app.