neuropsych_report: Main output for neuropsychological report

View source: R/write_neuropsych_reports.R

neuropsych_reportR Documentation

Main output for neuropsychological report

Description

Create a neuropsychological report in pdf format.

Usage

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"),
  ...
)

Arguments

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 TRUE.

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 bookdown::pdf_document2.


jtrampush/npsych.data documentation built on Feb. 25, 2025, 12:30 a.m.