import: Import data into a data frame

Description Usage Arguments Details Value See Also Examples

View source: R/import.R

Description

Import data from Excel, text files, and statistical packages.

Usage

1

Arguments

file

datafile to import

...

parameters passed to the importing function.

Details

The import function is a wrapper for functions in the haven, readxl, and vroom packages.

Value

data frame

See Also

fileutils read_sas,read_dta,read_spss read_excel vroom

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 mydataframe <- import("mydata.csv")
 }

## End(Not run)

annasophiepeters/easyreader documentation built on Nov. 2, 2019, 1:55 p.m.