README.md

importR

The goal of importR is to create an R data frame from external data in SAS, SPSS, or Stata bionary files, Excel Workbooks, or delimited text files

Installation

You can install importR from with:

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

Example

You can import a data file using

library(importR)
mydata <- import()


neveoren/importR documentation built on Dec. 22, 2021, 1:14 a.m.