View source: R/write_neuropsych_reports.R
neuropsych_report | R Documentation |
Create a neuropsychological report in pdf format.
neuropsych_report(
documentclass = c("adult-report", "child-report"),
fig_width = 4,
fig_height = 2.5,
fig_crop = TRUE,
dev = "pdf",
highlight = "default",
template = template_resources("neuropsych_report", "neuro-report.tex"),
...
)
documentclass |
Specify either "adult-report" or "child-report" as the document class. Defaults to "adult-report". |
fig_width |
The width of figures. Defaults to 4 in. |
fig_height |
The height of figures. Defaults to 2.5in. |
fig_crop |
Whether to crop figures with extra white space. Defaults to |
dev |
The graphical device used to create plots. Defaults to "pdf". |
highlight |
Syntax highlighting method for code chunks. Defaults to "pygments". |
template |
Name of LaTeX template file. Defaults to "neuro-report.tex". |
... |
Other arguments passed down to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.