powered by
Set the default configuration for plotly
config(p, ..., collaborate = TRUE, cloud = FALSE)
a plotly object
these arguments are documented at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js
include the collaborate mode bar button (unique to the R pkg)?
include the send data to cloud button?
# NOT RUN { config(plot_ly(), displaylogo = FALSE, collaborate = FALSE) # }
Run the code above in your browser using DataLab