powered by
Read .xlsx (Excel) file.
.xlsx
read_excel(filename, sheet, dtype = "float32")
File name to read from.
Name of sheet in Excel file.
Numpy data type.
Assumes that the first columns stores the row names and the first row the column names.
if (FALSE) { ad <- read_excel("spreadsheet.xls") }
Run the code above in your browser using DataLab