partial.Rd
This method can be used to produce an R Markdown (or, more accurately, knitr) partial, that can then easily be included as a child 'document' in R Markdown reports.
partial(x, headingLevel = 3, quiet = TRUE, echoPartial = FALSE, partialFile = NULL, ...) # S3 method for default partial(x, headingLevel = 3, quiet = TRUE, echoPartial = FALSE, partialFile = NULL, ...)
x | The object to show. |
---|---|
headingLevel | The level of the Markdown heading to provide; basically
the number of hashes (' |
quiet | Passed on to |
echoPartial | Whether to show the executed code in the R Markdown
partial ( |
partialFile | This can be used to specify a custom partial file. The
file will have object |
... | Passed to the specific method; for the default method, this is passed to the print method. |