config {plotly} | R Documentation |
Set the default configuration for plotly
config(p, ..., collaborate = TRUE, cloud = FALSE)
p |
a plotly object |
... |
these arguments are documented at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js |
collaborate |
include the collaborate mode bar button (unique to the R pkg)? |
cloud |
include the send data to cloud button? |
Carson Sievert
config(plot_ly(), displaylogo = FALSE, collaborate = FALSE)