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, sheet = NULL)

Arguments

file

The name of the Excel file.

sheet

The name of the sheet

Value

A data.frame

Author(s)

Samuel Wieczorek

Examples

NULL



prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.