Description Usage Arguments Details Value See Also Examples
The import
function can import data from
delimited text files, Excel spreadsheets, and statistical
packages such as SAS, SPSS, and Stata.
1 |
file |
datafile to import |
... |
parameters passed to the import function. See details. |
The import
function is a wrapper for the haven, readxl, and
vroom packages.
a 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.