| readExcelOrCsv | R Documentation | 
Read in xls, xlsx, csv, or txt (tab delimited) files and output a data frame of the information
readExcelOrCsv(filePath, sheet = 1, header = FALSE)
filePath | 
 The path the the file to read  | 
sheet | 
 Sheet number of an Excel sheet  | 
header | 
 Boolean to treat first row as column names  | 
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.
a data.frame of the file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.