R/knitr.R

Defines functions knit_print.plotscaper_scene

#' @import knitr
#' @method knit_print plotscaper_scene
#' @export
knit_print.plotscaper_scene <- function(x, ..., options = NULL) {
  knitr::knit_print(x$widget, options = options, ...)
}

Try the plotscaper package in your browser

Any scripts or data that you put into this service are public.

plotscaper documentation built on Oct. 18, 2024, 5:13 p.m.