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 67b1943 commit 15dfaefCopy full SHA for 15dfaef
R/print.R
@@ -23,7 +23,7 @@ print.plotly_built <- print.plotly_hash
23
#' @export
24
knit_print.plotly_hash <- function(x, options, ...) {
25
x <- as.widget(x)
26
- knitr::knit_print(x, options, ...)
+ knitr::knit_print(x, options = options, ...)
27
}
28
29
#' Print a 'built' plotly object in a knitr doc
0 commit comments