FInd a way to prevent this error from crashing the app.
library(mia)
library(miaViz)
data("enterotype", package = "mia")
plotAbundance(enterotype, group = "Genus")
Error: The data contains more than 500 rows. The abundance plot cannot be created. Consider subsetting/agglomeration. (Check 'group' parameter)
FInd a way to prevent this error from crashing the app.