printrxs.Rd
Printing a tree of R extraction scripts
rxs_partial(
x,
rxsStructure = NULL,
headingLevel = x$headingLevel,
printPlots = TRUE,
echoPartial = FALSE,
partialFile = NULL,
...
)
# S3 method for rxs
knit_print(
x,
rxsStructure = NULL,
headingLevel = 3,
echoPartial = FALSE,
partialFile = NULL,
...
)
# S3 method for rxs
print(
x,
rxsStructure = NULL,
headingLevel = 3,
forceKnitrOutput = FALSE,
echoPartial = FALSE,
partialFile = NULL,
...
)
The Rxs tree
Optionally, the rxs structure
The level of the top-most R Markdown heading
Whether to print plots
Whether to echo (show) the R code chunks in the partial
Optionally (and advanced) the path to a file with an R Markdown partial.
Passed on to rmdpartials::partial()
.
Force output as if knitr would be knitting (to test stuff in the console).
The partial, or for the print function, the printed information (invisibly).