README.md

importR

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.

Installation

From CRAN

install.packages("importR")

For the development version

if (!require("remotes")){
  install.packages("remotes")
}
remotes::install_github("rkabacoff/importR")


Rkabacoff/importR documentation built on Dec. 5, 2023, 3:26 p.m.