You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a Shiny app where the user provides inputs in a series of editable tables. In Table 1 the user provides a list of last names. Now in Table 2, I would like to show the last names from table 1 from a drop down menu. This is where I am having issues. If I give a static list, the code for Table 2 works. However, when I try to use the unique values of last names from table 1, the code fails.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a Shiny app where the user provides inputs in a series of editable tables. In Table 1 the user provides a list of last names. Now in Table 2, I would like to show the last names from table 1 from a drop down menu. This is where I am having issues. If I give a static list, the code for Table 2 works. However, when I try to use the unique values of last names from table 1, the code fails.
Any thoughts on what I am doing wrong.
Thanks.
Here is the sample code that I am trying.
Beta Was this translation helpful? Give feedback.
All reactions