I`m having troubles rendering a datatable filtered using input$variable .
DT::renderDataTable(
DT::datatable(TABLE %>% filter(variable %in% input$vrbl))
)
Any idea wht am i doing wrong?
I`m having troubles rendering a datatable filtered using input$variable .
DT::renderDataTable(
DT::datatable(TABLE %>% filter(variable %in% input$vrbl))
)
Any idea wht am i doing wrong?
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.