Package index
Render
Render a LimeSurvey survey to a Word or PDF document. The output format is inferred from the extension of output (.docx or .pdf). Each function accepts either a path to a .lss file or a pre-parsed lss object returned by read_lss().
-
render_questionnaire() - Render a LimeSurvey questionnaire to a Word or PDF document
-
render_audit() - Render the audit as a focused Word or PDF document
Read and audit
Parse a .lss file into a structured object, and audit a survey for reviewable anomalies (missing translations, dangling references, structural issues). Useful for inspecting a survey before rendering, or for rendering several variants from a single parse.
-
read_lss() - Read a LimeSurvey
.lssfile -
audit_lss() - Audit a LimeSurvey survey for reviewable anomalies
-
lssdoclssdoc-package - lssdoc: Render Multilingual Questionnaires from LimeSurvey '.lss' Files