Description Usage Arguments Details Value See Also Examples
Imports a data frame from a data file with the file format based on the file extension
1 |
file |
An optional character string naming a path to a file. By default, the user will be prompted to choose a file. |
... |
additional arguments passed to the function. |
This function imports a data frame from a data file with the file format based on the file extension.
import
supports a variety of file extensions including SAS (.sas7bdat), Stata (.dta), SPSS (.sav), Excel (.xls and .xlsx), Comma-separated data (.csv), and Tab-separated data (.tsv).
If the file path is not specified, import
will prompt the user to choose a file.
A Dataframe
read_spss
,read_excel
,vroom
,read_sas
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.