Skip to contents

Module Displaying Planet Details

Usage

planet_details_ui(id)

planet_details_server(id, planet_info)

Arguments

id

A unique identifier for the module.

planet_info

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

Value

A Shiny UI object.

Details

This module provides a dynamically refreshing table component for displaying basic information about a planet.

Functions

  • planet_details_ui(): UI function for the planet details module.

  • planet_details_server(): server function for the planet details module.