gdata (version 2.18.0)

xlsFormats: Check which file formats are supported by read.xls

Description

Check which file formats are supported by read.xls

Usage

xlsFormats(perl = "perl", verbose = FALSE)

Arguments

perl

Path to perl interpreter (optional).

verbose

If TRUE, show additional messages during processing.

Value

Vector of supported formats, possible elements are 'XLS' and 'XLSX'.

See Also

read.xls, xls2csv.

Examples

Run this code
# NOT RUN {
   xlsFormats()
# }

Run the code above in your browser using DataCamp Workspace