Create a HTML directory listing that is best used for R Markdown documents with HTML outputs, including for HTML presentations.
listing(
path = ".",
recurse = TRUE,
show_hidden = FALSE,
open = TRUE,
width = NULL,
height = NULL,
elementId = NULL
)A path.
If TRUE recurse fully, if a positive number the number of levels to recurse.
If TRUE show hidden files and folders.
Whether the folders should be open by default.
Must be a valid CSS unit (like '100%',
'400px', 'auto') or a number, which will be coerced to a
string and have 'px' appended.
The element ID.
A list of files and folders.
if (FALSE) {
listing(system.file(package = "dir"))
}