plotly (version 4.7.1)

config: Set the default configuration for plotly

Description

Set the default configuration for plotly

Usage

config(p, ..., collaborate = TRUE, cloud = FALSE)

Arguments

p

a plotly object

collaborate

include the collaborate mode bar button (unique to the R pkg)?

cloud

include the send data to cloud button?

Examples

Run this code
# NOT RUN {
config(plot_ly(), displaylogo = FALSE, collaborate = FALSE)

# }

Run the code above in your browser using DataCamp Workspace