adult_report: BWU Neuropsych Report Adult Version

View source: R/write_neuropsych_reports.R

adult_reportR Documentation

BWU Neuropsych Report Adult Version

Description

BWU Neuropsych Report Adult Version

Usage

adult_report(
  fig_width = 4,
  fig_height = 2.5,
  fig_crop = TRUE,
  dev = "pdf",
  highlight = "default",
  ...
)

Arguments

fig_width

Numeric giving width of each figure; default fig_width = 4

fig_height

Numeric giving height of each figure; default fig_height = 2.5

fig_crop

Logical determining whether figures will be cropped; default fig_crop = TRUE

dev

Device used, e.g.,"png", "pdf"; default dev = "pdf"

highlight

Formatting of code chunks; default "default"

...

Other arguments to be passed to bookdown::pdf_document2() or rmarkdown::html_document() (note you cannot use the template argument in tufte_handout or the theme argument in tufte_html(); these arguments have been set internally)

Value

No formal returns, outputs neuropsychological report documents

References

See https://rstudio.github.io/tufte/ for an example.

See Also

pdf_document2


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