readExcel: This function reads a sheet of an Excel file and put the data...

View source: R/inOutFiles.R

readExcelR 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


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.