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.
Details
This module provides a dynamically refreshing table component
for displaying basic information about a planet.