I'm trying to create a dashboard using plotly API. Is there a way to plot a data table with plotly using R which I can merge with the dashboard. I can see a table option in python API https://plot.ly/python/table/ but the same feature is tough to find in R
I was having issues with the type='table' using Plotly in R. Installing the ropensci/plotly package version 4.7.1.9000 from github fixed the issue for me. plot_ly(df, type="table")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With