Learn R Programming

gdata (version 2.18.0.1)

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)

Value

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

Arguments

perl

Path to perl interpreter (optional).

verbose

If TRUE, show additional messages during processing.

See Also

read.xls, xls2csv.

Examples

Run this code
   xlsFormats()

Run the code above in your browser using DataLab