Description Usage Arguments Details Value Author(s) References Examples
Maps directory structure to a list
.
1 | mapDirectory(dir = ".", drop_root = FALSE, include_files = TRUE)
|
dir |
|
drop_root |
|
include_files |
|
Whether or not only directories or actual files should be included can
be controlled by include_files
.
list
.
Janko Thyson janko.thyson@rappster.de
http://github.com/rappster/shinyref
1 2 3 | mapDirectory()
mapDirectory(drop_root = TRUE)
mapDirectory(include_files = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.