read.excel: Read workbook from excel files

Description Usage Arguments Value Author(s) See Also

Description

Many people use excel files to store data in. This function reads a specified excel worksheet into a data.frame.

Usage

1
read.excel(filename, header = TRUE, sheet = 1)

Arguments

filename

full path to excel file.

header

logical value for including the header from the excel sheet or not

sheet

a numeric value indicating which Sheet to be read

Value

data.frame

Author(s)

Marius Hauglin & Hans Ole &Oslashrka

See Also

XLConnect


hansoleorka/myR documentation built on May 17, 2019, 2:29 p.m.