How to use a selection in shiny that comes from the data of another shiny chunk

I am making a shiny app that

  1. first asks for a key as an input and creates a dataframe
  2. I would like to create a second shiny selection based on some values calculated at the first point.

How can I use in shiny markdown a selection input based on some values created by another shiny chunk?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.