Description Usage Arguments Value Examples
A function to load data from multiple different file types.
1 |
file |
The path to a file you wish to load. This file can be an xlsx, sav, or csv file. |
A data.frame
1 2 3 4 | ## Not run:
dat <- get_data("testfile.sav")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.