README.md

ImportR

The goal of ImportR is to create an R dataframe from external data in SAS, SPSS, or STATA binary files, Excel workbooks or delimited text files.

Installation

You can install the ImportR with:

if(!require("remotes")){
install.packages("remotes")
library("remotes")
}
remotes::install_github("ImportR")

Example

You can import a dataset using:

library(ImportR)
mydata <- import()


prekshasreewastav/ImportR documentation built on Dec. 22, 2021, 9:51 a.m.