thomasp85 / shinyFiles

A shiny extension for server side file access
196 stars 47 forks source link

typo in docs #177

Closed r2evans closed 1 year ago

r2evans commented 1 year ago

https://github.com/thomasp85/shinyFiles/blob/main/R/filechoose.R#L176

Replace , with =:

 #' @param defaultRoot The default root to use. For instance if
-#' `roots = c('wd' = '.', 'home', '/home')` then `defaultRoot`
+#' `roots = c('wd' = '.', 'home' = '/home')` then `defaultRoot`
 #' can be either `'wd'` or `'home'`.
vnijs commented 1 year ago

Fixed. Thanks @r2evans