I'm experienced with R but new to designing R shiny apps. How can I hide inputs based on branching logic?
For example, suppose there is a name input accepting "Bob", "Rob", and "James" and a DOB input comprised of "Bob_DOB", "Rob_DOB", and "James_DOB". I want my R shiny app to show a name input field, allow for user input, and then show only the corresponding DOB field to allow for the input of a DOB.