convDoc2Docx: Convert doc to docx

Description Usage Arguments Value Author(s) Examples

Description

Convert doc to docx in batch manner

Usage

1
2
convDoc2Docx(files = NULL, delete.original = FALSE,
  use.parallel = TRUE)

Arguments

files

character vector of dic files. Default NULL (A GUI wizard is then called).

delete.original

Logical. If TRUE, then the original doc files will be deleted after the conversion. Default FALSE.

use.parallel

Logical, whether or not to use parallel mode when there are more than 50 files. Default TRUE.

Value

Nothing

Author(s)

Yiying Wang, wangy@aetna.com

Examples

1
2
3
4
## Not run: 
convDoc2Docx()

## End(Not run)

madlogos/aseshms documentation built on May 21, 2019, 11:03 a.m.