xlsform2word_en {xlsform2word} | R Documentation |
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)
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. |
Value
Returns Success if successfully generated
[Package xlsform2word version 0.1.0 Index]