read_xlsx_linux {jwutil} | R Documentation |
.xlsx
file, interpret as CSV, and return a data framecurrently relies on Linux xlsx2csv command, but could potentially be done with VB script in Windows. This offers a different backend to other Excel parsing functions in R,
read_xlsx_linux(file)
file |
is the path to the |
data frame
readxl
package by Hadley Wickham