6

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

1
  • 1
    I don't think there is a way to do it in R. You'll have add to annotations. Commented Apr 27, 2016 at 7:15

1 Answer 1

1

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")

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.