convXls2Xlsx: Convert xls to xlsx

Description Usage Arguments Value Author(s) Examples

Description

Convert xls to xlsx in batch manner

Usage

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

Arguments

files

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

delete.original

Logical. If TRUE, then the original xls files will be deleted after the conversion.

use.parallel

Logical, if 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: 
convXls2Xlsx()

## End(Not run)

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