We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4435c commit 6b2a8e8Copy full SHA for 6b2a8e8
R/plotly.R
@@ -89,7 +89,7 @@ For more help, see https://plot.ly/R or contact <[email protected]>.")
89
if (is.null(kwargs$filename))
90
kwargs$filename <- pub$filename
91
if (is.null(kwargs$fileopt))
92
- kwargs$fileopt <- NULL
+ kwargs$fileopt <- pub$fileopt
93
url <- paste(base_url, "/clientresp", sep="")
94
95
respst <- postForm(url, platform="R", version=pub$version,
0 commit comments