Closed r2evans closed 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'`.
Fixed. Thanks @r2evans
https://github.com/thomasp85/shinyFiles/blob/main/R/filechoose.R#L176
Replace
,
with=
: