Learn R Programming

xlsform2word (version 0.1.0)

xlsform2word_en: Convert xlsform to Word Document (English)

Description

This function reads a structured xlsform Excel file and generates a formatted Word document in English.

Usage

xlsform2word_en(path, output = "xlsform_output.docx", verbose = TRUE)

Value

Returns Success if successfully generated

Arguments

path

Path to xlsform Excel file (.xls or .xlsx)

output

Name of the output Word file

verbose

Logical. If TRUE (default), displays progress messages in the console.