readExcel {DAPAR}R Documentation

This function reads a sheet of an Excel file and put the data into a data.frame.

Description

This function reads a sheet of an Excel file and put the data into a data.frame.

Usage

readExcel(file, extension, sheet)

Arguments

file

The name of the Excel file.

extension

The extension of the file

sheet

The name of the sheet

Value

A data.frame

Author(s)

Samuel Wieczorek


[Package DAPAR version 1.26.1 Index]