ReadExcelFile {hivPlatform}R Documentation

ReadExcelFile

Description

Read content of an Excel file.

Usage

ReadExcelFile(fileName, fileType, ...)

Arguments

fileName

Name of file to read. Required.

fileType

Type of data to read. Required if fileName has no file extension, otherwise optional.

...

Additional parameters passed to read_excel. Optional.

Value

data.table object.

Examples

## Not run: 
ReadExcelFile(fileName)

## End(Not run)


[Package hivPlatform version 2.0.5 Index]