Skip to contents

Star Systems Module

Usage

star_systems_ui(id)

star_systems_server(id, data)

Arguments

id

A unique identifier for the module.

data

A reactive expression that returns a data frame containing star system data.

Value

A Shiny UI object.

A Shiny server module.

Details

This module provides functionality for exploring star systems and their planets. Provides a handy UI for selecting a star system. The star is visualized alongside its planets and their orbits. The display provides basic information about the system itself, as well as particular planets. A legend is available for the plot.

Functions

  • star_systems_ui(): UI function for the module.

  • star_systems_server(): Server function for the module.