Hi!
I was reading the blog post about creating interactive svg tables (https://www.r-bloggers.com/creating-interactive-svg-tables-in-r/), very interesting.
When I tried to run the code I get an error though:
Error: Trace type must be one of the following:
‘scatter’, ‘box’, ‘bar’, ‘heatmap’, ‘histogram’, ‘histogram2d’, ‘histogram2dcontour’, ‘pie’, ‘contour’, ‘scatterternary’, ‘sankey’, ‘scatter3d’, ‘surface’, ‘mesh3d’, ‘scattergeo’, ‘choropleth’, ‘scattergl’, ‘pointcloud’, ‘heatmapgl’, ‘parcoords’, ‘scattermapbox’, ‘carpet’, ‘scattercarpet’, ‘contourcarpet’, ‘ohlc’, ‘candlestick’, ‘area’
According to my sessionInfo() I have installed plotly version 4.7.1.9000.
Any ideas?
best,Ger