Session Ready
Exercise

Create a value box for the maximum energy

Let's create a third value box for the maximum total optical radiated energy. The variable for this in the nasa_fireball data frame is energy. Again, the nasa_fireball data frame is loaded.

Instructions
100 XP
  • Find the maximum energy and save it as an object called max_energy.
  • Create a value box with the value equal to max_energy, subtitle "Maximum total radiated energy (Joules)", and the "lightbulb-o" icon.
  • Rerun the shiny dashboard to view your work.