I'm using RStudio, and trying to call my data into R. I installed the package "readxl" to read in my excel data, the installation worked fine. But when I go to when I called library(readxl), I kept getting the error:

Error in read_excel("Main1.xlsx", sep = "\t", header = TRUE) : unused arguments (sep = "\t", header = TRUE)

Similar questions and discussions