Maybe i'm missing something, but could parameters defs be added for the parameters in a call to x$ggplotly() ? eg.. when I look at the function definition,
function (gg = last_plot(), kwargs = list(filename = NULL, fileopt = NULL,
width = NULL, height = NULL), session = "interactive")
...
e.g., gg, kwargs, and session don't seem to be documented
a user commented about this in the guest blog post on our site https://ropensci.org/blog/2014/04/17/plotly/#comment-1971263190
Maybe i'm missing something, but could parameters defs be added for the parameters in a call to
x$ggplotly()? eg.. when I look at the function definition,e.g.,
gg,kwargs, andsessiondon't seem to be documenteda user commented about this in the guest blog post on our site https://ropensci.org/blog/2014/04/17/plotly/#comment-1971263190