View source: R/mod_shinyFiles.R
dirChooserWithResetServer | R Documentation |
A formatted directory input with the UI rendered from the server to enable resetting. The format is based on AdminLTE v2 (shinydashboard)
dirChooserWithResetServer(id, roots, label, title, reset)
id |
Module id. #' @param roots A named vector of absolute filepaths or a function returning a named vector of absolute filepaths (the latter is useful if the volumes should adapt to changes in the filesystem). |
label |
The button label. |
title |
The browser window title. |
reset |
A reactive value to trigger the re-rendering of the UI. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.