Rpivotable - Plotly chart renderers

124 Views Asked by At

I have created a pivot table in flexdashboard using a code similar to the following:

rpivotTable(Titanic,   rows = c("Survived"),   cols = c("Sex"),    width="100%", height="400px"  )

enter image description here

I would like to have the capability to save the generated output. Is there a way to modify the code to incorporate the same download, zoom in/out, and other options from Plotly like the following image from https://pivottable.js.org/examples/plotly.html enter image description here

Any suggestions on how to do this?

0

There are 0 best solutions below