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 Workbooksm or delimited text files .

Installation

You can install the importR from with:

if(!require("remotes")){
  install.packages("remotes")
  library("remotes")

remotes::install_github("importR"")

Example

You can import data file using

library(importR)
mydata <- import()


arifaabbas/importR documentation built on Dec. 19, 2021, 4:38 a.m.