Description Usage Arguments Details Value See Also Examples
Import data from Excel, text files, and statistical packages.
| 1 | 
| file | datafile to import | 
| ... | parameters passed to the importing function. | 
The import function is a wrapper for functions in the haven, readxl, and vroom packages.
data frame
fileutils
read_sas,read_dta,read_spss
read_excel
vroom
| 1 2 3 4 5 6 | ## Not run: 
if(interactive()){
 mydataframe <- import("mydata.csv")
 }
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.