Description Usage Arguments Examples
Import excel files from a directory into a list.
1 2 3 |
path |
String; the path to a directory containing the files to read (all must be of appropriate format; see examples). |
... |
Arguments passed to the reader function. |
1 2 3 4 | path_xl <- misc_example("xl")
path_xl
dir(path_xl)
xl_list(path_xl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.