We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9830f0b commit 8d8079bCopy full SHA for 8d8079b
R/ui-styling.R
@@ -241,7 +241,9 @@ prettify_any <- function(transformers,
241
base_indention = 0,
242
dry) {
243
exclude_files <- set_arg_paths(exclude_files)
244
- exclude_dirs <- set_arg_paths(exclude_dirs)
+ exclude_dirs <- exclude_dirs %>%
245
+ list.dirs(recursive = TRUE, full.names = TRUE) %>%
246
+ set_arg_paths()
247
files_root <- dir(
248
path = ".", pattern = map_filetype_to_pattern(filetype),
249
ignore.case = TRUE, recursive = FALSE, all.files = TRUE
0 commit comments