smackenzie
smackenzie

Reputation: 3022

Is there a way to drill down from rpivotTable in Shiny

Is there a way to make an rPivotTable reactive so if you click on a value you can get to the underlying rows?

 tabPanel("Pivot Table",
           shinycssloaders::withSpinner(
            rpivotTableOutput("pivot_table")
           )
  )

Upvotes: 0

Views: 55

Answers (0)

Related Questions