The goal of importR is to create an R data frame from external data in SAS, SPSS, or Stata binary files, Excel Workbooks, or delimited text files.
From CRAN
install.packages("importR")
For the development version
if (!require("remotes")){
install.packages("remotes")
}
remotes::install_github("rkabacoff/importR")