Skip to content
Snippets Groups Projects
Unverified Commit b23e77b4 authored by Todor Kondic's avatar Todor Kondic
Browse files

Add volumes function

R/shiny-ui-base.R(volumes): New function.

The result for shinyFiles::getVolumes().
parent 653c14c6
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ obsrv <- shiny::observe
obsrv_e <- shiny::observeEvent
vols <- shinyFiles::getVolumes
vol_f <- vols()
volumes <- shinyFiles::getVolumes()
validate1 <- function(expr,msg) shiny::validate(need(expr,msg))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment