Skip to content

Commit

Permalink
Merge pull request #443 from olivroy/patch-1
Browse files Browse the repository at this point in the history
Do not suggest deprecated arg
  • Loading branch information
gaborcsardi committed Feb 9, 2024
2 parents 03435bc + b862732 commit 0569d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tree.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param path A path to print the tree from
#' @inheritParams dir_ls
#' @inheritDotParams dir_ls
#' @inheritDotParams dir_ls -recursive
#'
#' @export
dir_tree <- function(path = ".", recurse = TRUE, ...) {
Expand Down

0 comments on commit 0569d60

Please sign in to comment.