readExcelOrCsv: Reading of Excel or CSV

View source: R/fileRead.R

readExcelOrCsvR Documentation

Reading of Excel or CSV

Description

Read in xls, xlsx, csv, or txt (tab delimited) files and output a data frame of the information

Usage

readExcelOrCsv(filePath, sheet = 1, header = FALSE)

Arguments

filePath

The path the the file to read

sheet

Sheet number of an Excel sheet

header

Boolean to treat first row as column names

Details

Right now, this turns dates into "A_date_was_in_Excel_Date_format" and does not treat headers as column names. In fileRead.R Hidden sheets in xls and xlsx files are ignored.

Value

a data.frame of the file


mcneilco/racas documentation built on Aug. 30, 2024, 9:27 p.m.