Description Usage Arguments Value Author(s) Examples
A simple wrapper for reading data which currently supports Rdata, sav, txt, csv, csv2 and xlsx. Under the hood, it uses readxl, readr and haven.
| 1 2 3 4 | 
| file | Path to a file with a supported extension. | 
| ... | Additional arguments passed to underlying functions.
(Currently,  | 
| sheet | Specify one or more sheets when reading excel files. | 
| delim | The deliminator used for flat files. | 
A data.frame. If more than one sheet is read from a xlsx file (or you are reading a Rdata file) a list is returned instead.
Kristian D. Olsen
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.