Adjust shiny textoutput
问题 Friends, could you help me adjust my output$ind of my code. My executable code is below. I would like to show the excluded industries, which refers to the variable that I called "ind_exclude". I did a textOutput to list these properties. However it is not working. Every help is welcome. library(shiny) library(rdist) library(geosphere) library(tidyverse) library(shinyWidgets) library(shinythemes) function.cl<-function(df){ #database df df<-structure(list(Industries = c(1,2,3,4,5,6,7), Latitude