Closed JonP-16 closed 5 years ago
thx for reporting. R Shiny automatically transforms arrays with just one element into a primitive value. In your case the array ["test"]
was converted to "test"
which is not a valid list of categories. I added a fix that is now part of the master branch
I'm creating a Shiny app where users can filter their data and I display it in your lineup table (Thanks for making it!). Unfortunately, if the user wants to filter one of the factor variables to single level, that column and any column to the right in the table does not show up. Below I have an example where new_var is a factor with a single level and thus, the entire table doesn't show up. I think this is a bug since I didn't find anything in the help files about this.