Description Usage Arguments Details Value Examples
Import a data frame from a selected file
1 |
file |
A path to the file to be imported into the R Global Environment |
... |
Additional argument used by the import function, optional |
Extensions supported include .sas7bdat, .dta, .sav, .xlsx, .xls, and most delimited files
A data frame or a tibble depending on the file's extension.
1 | ## Not run: df <- import(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.