renderWithWidgets: Render function for htmlwidgets

Description Usage Arguments

View source: R/renderWithWidgets.R

Description

Stolen from http://stackoverflow.com/questions/31645528/knit-dtdatatable-without-pandoc I don't know why this works, or even the nature of the problem it solves

Usage

1
2
3
renderWithWidgets(input_file, output_file = sub("\\.Rmd$", ".html",
  input_file, ignore.case = TRUE), self_contained = TRUE,
  deps_path = file.path(dirname(output_file), "deps"))

Arguments

input_file

input file

output_file

output file

self_contained

Should the output be a self-contained html file?

deps_path

path of deps.


markwh/markwrites documentation built on May 21, 2019, 12:26 p.m.