Skip to content

Commit 6b2a8e8

Browse files
committed
Make use of kwargs default values consistently
1 parent 7f4435c commit 6b2a8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For more help, see https://plot.ly/R or contact <[email protected]>.")
8989
if (is.null(kwargs$filename))
9090
kwargs$filename <- pub$filename
9191
if (is.null(kwargs$fileopt))
92-
kwargs$fileopt <- NULL
92+
kwargs$fileopt <- pub$fileopt
9393
url <- paste(base_url, "/clientresp", sep="")
9494

9595
respst <- postForm(url, platform="R", version=pub$version,

0 commit comments

Comments
 (0)