ShinyDashboard Dynamic Bullet Points
问题 I have hopefully a simple problem to pass a tags ordered list to in a Shiny Dashboard. What I'd like to do is have a function that makes an ordered list of bullet points based upon on a filtered category. Here is a trivial example of what I'd like to be able to do with a data frame called nba_teams teams conference Bulls Eastern Nuggets Western Celtics Eastern Lakers Western Now if I write this function it will break out the list for the respective conferences: for (row in 1:nrow(nba_teams)){