Skip to contents

Module Displaying Star System Info with Value Boxes (Two Rows)

Usage

system_info_ui(id)

system_info_server(id, system_info)

Arguments

id

A unique identifier for the module.

system_info

A reactive expression returning a data frame with information about the system.

Value

A Shiny UI object.

Functions

  • system_info_ui(): UI function for the system info module using value boxes.

  • system_info_server(): Server function for the system info module using value boxes.