Description Usage Arguments Value
Setup knitr for Grattan reports
1 2 3 4 | setup_knitr_for_grattex(chunktimings.txt = "CHUNKTIMINGS.txt",
bundle_chart_data = FALSE, theGlobalEnv = .GlobalEnv,
chunktimings_width = 5, alignAllowedExtra = c("R", "N"),
halt_if_xtable_unattached = NULL, error = FALSE)
|
chunktimings.txt |
The file to write chunk timings |
bundle_chart_data |
Whether or not to bundle chart data. |
theGlobalEnv |
Must be .GlobalEnv. |
chunktimings_width |
Passed to |
alignAllowedExtra |
A character vector of single characters to add
as permitted values to pass
to the |
halt_if_xtable_unattached |
If |
error |
Passed to |
Called for its side-effect: when knitr is in progress, sets up knitr for consistent formatting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.