Description Usage Arguments Details Value Author(s) See Also Examples
import
reads a given file and returns a dataframe /matrix
1 |
file |
a file path character string |
... |
Additional arguments that can be passed to underlying functions, |
This function reads a data file from user input. In circumstances where user does not input a file path, this function will prompt users to choose the file. Then this function will produce a dataframe/matrix.
Return a dataframe/matrix
Cher Qin qqin@weselayn.edu
read_sas
, read_stata
, read_spss
, read_excel
, vroom
.
1 | # df <- import("example.cvs")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.