Skip to content

Commit

Permalink
fix fifR
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Apr 25, 2024
1 parent 14841b1 commit cdff68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/findInFiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ fif <- findInFiles
#' @rdname findInFiles
#' @export
fifR <- function(...) {
findInFiles(ext = "R", ...)
findInFiles(extensions = "R", ...)
}

#' @title Output of `findInFiles` as a tibble
Expand Down

0 comments on commit cdff68b

Please sign in to comment.