read.excel: Read an excel file

View source: R/excel.R

read.excelR Documentation

Read an excel file

Description

Read an excel file and return a data.frame without generating warnings.

Usage

read.excel(f, fix_names=FALSE, lower=FALSE, ...)

Arguments

f

character (filename)

fix_names

logical. If TRUE variable names are made valid. Spaces and other characters such as parenthesis are replaced by a dot. Multiple dots are replaced by a single dot

lower

logical. If TRUE, returned column names are all in lowercase

...

additional arguments passed on to read_excel

.

Value

data.frame

See Also

read.excel.hdr


reagro/carobiner documentation built on Dec. 4, 2024, 3:21 p.m.